Skip to content

Commit 1568cae

Browse files
TreeHugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE Set focus to PasswordTextView by default." into rvc-qpr-dev
2 parents 38bdfc7 + 8ddd24d commit 1568cae

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/CarSystemUI/res-keyguard/layout-land/keyguard_pin_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
android:layout_width="@dimen/keyguard_security_width"
6161
android:layout_height="@dimen/pin_entry_height"
6262
android:gravity="center"
63+
android:focusedByDefault="true"
6364
app:scaledTextSize="@integer/password_text_view_scale"
6465
android:contentDescription="@string/keyguard_accessibility_pin_area" />
6566

packages/CarSystemUI/res-keyguard/layout/keyguard_pin_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
android:layout_width="@dimen/keyguard_security_width"
4848
android:layout_height="@dimen/pin_entry_height"
4949
android:gravity="center"
50+
android:focusedByDefault="true"
5051
app:scaledTextSize="@integer/password_text_view_scale"
5152
android:contentDescription="@string/keyguard_accessibility_pin_area" />
5253

0 commit comments

Comments
 (0)