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:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user