diff --git a/res/layout/modes_edit_name.xml b/res/layout/modes_edit_name.xml index 0b086c746ed..626d7b40c51 100644 --- a/res/layout/modes_edit_name.xml +++ b/res/layout/modes_edit_name.xml @@ -26,6 +26,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@android:id/edit" + android:minHeight="48dp" android:maxLines="1" android:inputType="text|textCapSentences" android:imeOptions="actionDone"