Merge "Make the name EditText at least 48dp high in the Mode rename page" into main

This commit is contained in:
Treehugger Robot
2024-09-30 17:39:10 +00:00
committed by Android (Google) Code Review

View File

@@ -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"