DO NOT MERGE Set focus to PasswordTextView by default. am: 8ddd24d39d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14065142

Change-Id: I2c76dd1d67e79c9a7043889c3f3c1c6b9f46492b
This commit is contained in:
Youngjun Kwak
2021-04-02 22:50:34 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@
android:layout_width="@dimen/keyguard_security_width"
android:layout_height="@dimen/pin_entry_height"
android:gravity="center"
android:focusedByDefault="true"
app:scaledTextSize="@integer/password_text_view_scale"
android:contentDescription="@string/keyguard_accessibility_pin_area" />

View File

@@ -47,6 +47,7 @@
android:layout_width="@dimen/keyguard_security_width"
android:layout_height="@dimen/pin_entry_height"
android:gravity="center"
android:focusedByDefault="true"
app:scaledTextSize="@integer/password_text_view_scale"
android:contentDescription="@string/keyguard_accessibility_pin_area" />