Set minHeight of the password field in Shared Hotspot

- Set minHeight to @dimen/min_tap_target_size(48dp)

Fix: 318617636
Test: unit test
make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.wifi.dpp

Change-Id: I794862bac82eb37b168263e2e472cba26ba34647
This commit is contained in:
Weng Su
2024-01-05 19:12:15 +08:00
parent 19dbb00acb
commit 3eb9757623

View File

@@ -55,6 +55,7 @@
android:id="@+id/password" android:id="@+id/password"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="@dimen/min_tap_target_size"
android:layout_marginBottom="24dp" android:layout_marginBottom="24dp"
android:textAlignment="center" android:textAlignment="center"
android:textIsSelectable="true" android:textIsSelectable="true"