I don't wanna see the Enter
option on my keyboard. showing close
instead of Enter
option. what should I do?
The screenshot of my layout:
my xml code :
<EditText
android:id="@+id/value_charge"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_gravity="center"
android:background="@drawable/edittext"
android:maxLength="8"
android:layout_marginLeft="@dimen/_10sdp"
android:layout_marginRight="@dimen/_10sdp"
android:gravity="center"
android:padding="5dp"
android:textSize="15sp" />