Skip to content

Commit 337b07c

Browse files
author
Jim Miller
committed
Fix 6247249: make sure label on tablets is "done" instead of "next"
This fixes a bug where the password/PIN unlock screen would show "next" instead of "done" depending on the orientation of the device on tablets. Change-Id: Id9dece919226f43a9bd5901ec9135267c1321ff4
1 parent e2eaf69 commit 337b07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
android:textAppearance="?android:attr/textAppearanceMedium"
9999
android:background="@null"
100100
android:textColor="#ffffffff"
101-
android:imeOptions="flagForceAscii"
101+
android:imeOptions="flagForceAscii|actionDone"
102102
/>
103103

104104
<!-- This delete button is only visible for numeric PIN entry -->

0 commit comments

Comments
 (0)