Answer the question
In order to leave comments, you need to log in
Why Wirth is not hiding. keyboard after pressing Enter in EditText?
The layout has this EditText:
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/nameFind"
android:maxWidth="250dp"
android:layout_marginRight="10dp"
android:layout_gravity="right"
android:textColor="#FFFFFF"
android:ems="12"
android:textStyle="italic"
android:singleLine="true"
android:inputType="textAutoComplete"
android:maxLength="20"
android:imeOptions="actionSearch"/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question