summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-04-02 22:27:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-02 22:27:37 +0000
commit1568caedd453b6ec5823c7894ef0aabd53037330 (patch)
tree663e3ae2dab35ac5ad39b367d78ebc248519a8fe
parent38bdfc79e322fc6ad6c18c9474702321ce286e0c (diff)
parent8ddd24d39d777659b7c6f787c21f1fb22dca6ab7 (diff)
downloadbase-1568caedd453b6ec5823c7894ef0aabd53037330.tar.gz
Merge "DO NOT MERGE Set focus to PasswordTextView by default." into rvc-qpr-dev
-rw-r--r--packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml1
-rw-r--r--packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml b/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml
index 5746102f5f27..f82551b45abe 100644
--- a/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml
+++ b/packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml
@@ -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" />
diff --git a/packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml b/packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml
index 815e67d1e278..424624ffe581 100644
--- a/packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml
+++ b/packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml
@@ -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" />