OSDN Git Service

Fix 5021968: Add input method switcher button to lock screen.
authorJim Miller <jaggies@google.com>
Fri, 19 Aug 2011 21:50:34 +0000 (14:50 -0700)
committerJim Miller <jaggies@google.com>
Fri, 19 Aug 2011 22:46:03 +0000 (15:46 -0700)
commit858f8eaac75bcd1b296b41837caf3dae82d1d72a
tree80ecff646c0810d1aff6852dcf0eb71e48e2e206
parent53bd70301d0a41847d45f8e1ea4e0886ee469a75
Fix 5021968: Add input method switcher button to lock screen.

This adds an IME switcher button to lock screen.  It is only
shown if the user has more than one applicable and enabled IME installed.

Change-Id: I5f9503a205c2edb27170825539ba4a6ef25418ed
core/res/res/drawable-hdpi/ic_lockscreen_ime.png [new file with mode: 0644]
core/res/res/drawable-mdpi/ic_lockscreen_ime.png [new file with mode: 0644]
core/res/res/drawable-xhdpi/ic_lockscreen_ime.png [new file with mode: 0644]
core/res/res/layout/keyguard_screen_password_landscape.xml
core/res/res/layout/keyguard_screen_password_portrait.xml
policy/src/com/android/internal/policy/impl/PasswordUnlockScreen.java