Make the name EditText at least 48dp high in the Mode rename page
Touch targets should be at a minimum 48x48 dp; this view was 47 dp high. ¯\_(ツ)_/¯ Fixes: 369963437 Test: manual Flag: android.app.modes_ui Change-Id: I8fda0cd505f02abb561e24e583b3ab509b5ef4dd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user