Merge "Make the name EditText at least 48dp high in the Mode rename page" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2be56f27f3
@@ -27,6 +27,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@android:id/edit"
|
android:id="@android:id/edit"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:inputType="text|textCapSentences"
|
android:inputType="text|textCapSentences"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
|
Reference in New Issue
Block a user