Skip to content

Commit 1533a87

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix 6247249: make sure label on tablets is "done" instead of "next""
2 parents fde3f83 + 337b07c commit 1533a87

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)