Merge "Set minHeight of the password field in Shared Hotspot" into main

This commit is contained in:
Weng Su
2024-01-08 05:56:25 +00:00
committed by Android (Google) Code Review

View File

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