diff --git a/res/layout/modes_edit_name.xml b/res/layout/modes_edit_name.xml index 7f1a1e606a3..498fe4c2b2d 100644 --- a/res/layout/modes_edit_name.xml +++ b/res/layout/modes_edit_name.xml @@ -27,6 +27,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"