summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-01-17 14:59:27 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-01-17 15:04:00 +0900
commitfaee5f4bdfce82b920dc27119cafcdda7b4c4a8a (patch)
tree5253ccfd8943f92cf645873cb974ced90625bc37 /res/layout
parent4de315b8de9e87cc9d073f87146c303a9382a8bb (diff)
downloadpackages_apps_settings-faee5f4bdfce82b920dc27119cafcdda7b4c4a8a.zip
packages_apps_settings-faee5f4bdfce82b920dc27119cafcdda7b4c4a8a.tar.gz
packages_apps_settings-faee5f4bdfce82b920dc27119cafcdda7b4c4a8a.tar.bz2
Use EditorInfo.IME_FLAG_FORCE_ASCII instead of privateImeOptions
This change overrides Id40a164c. Bug: 5850605 Change-Id: Id14aa2ebdf4087c88412ed82de75442785396b84
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/crypt_keeper_password_field.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/crypt_keeper_password_field.xml b/res/layout/crypt_keeper_password_field.xml
index 17968e8..bdb4945 100644
--- a/res/layout/crypt_keeper_password_field.xml
+++ b/res/layout/crypt_keeper_password_field.xml
@@ -26,8 +26,7 @@
android:layout_weight="1"
android:singleLine="true"
android:inputType="textPassword"
- android:imeOptions="actionDone"
- android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
+ android:imeOptions="flagForceAscii|actionDone"
android:textAppearance="?android:attr/textAppearanceMedium"
/>