Merge "Fix the touch area of the edit box is not large enough in Fingerprint unlock page" into main

This commit is contained in:
Edgar Wang
2024-05-10 00:46:05 +00:00
committed by Android (Google) Code Review

View File

@@ -39,6 +39,7 @@
android:id="@+id/fingerprint_rename_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textCapWords"/>
android:inputType="textCapWords"
android:minHeight = "48dp"/>
</LinearLayout>