diff options
| author | Jim Miller <jaggies@google.com> | 2012-04-02 19:01:42 -0700 |
|---|---|---|
| committer | Jim Miller <jaggies@google.com> | 2012-04-02 19:01:42 -0700 |
| commit | 337b07c30fd65d8a97113ca7b8b65ee4279f66e3 (patch) | |
| tree | 9fb054f51439180a30ee3067335602af6d9787bf | |
| parent | e2eaf6997d429249904f842092b075f3da92c5be (diff) | |
| download | frameworks_base-337b07c30fd65d8a97113ca7b8b65ee4279f66e3.zip frameworks_base-337b07c30fd65d8a97113ca7b8b65ee4279f66e3.tar.gz frameworks_base-337b07c30fd65d8a97113ca7b8b65ee4279f66e3.tar.bz2 | |
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
| -rw-r--r-- | core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml b/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml index fb62eb6..36d4a2a 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml @@ -98,7 +98,7 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:background="@null" android:textColor="#ffffffff" - android:imeOptions="flagForceAscii" + android:imeOptions="flagForceAscii|actionDone" /> <!-- This delete button is only visible for numeric PIN entry --> |
