Fix the touch area of the edit box is not large enough in Fingerprint unlock page

Bug: 315405247
Change-Id: Ic15f051e12ccc04575e5c0801104633d4d733dab
Test: manual
This commit is contained in:
Edgar Wang
2024-05-09 18:51:27 +00:00
parent 06e3b08891
commit d97b781251

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>