summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-12-05 11:14:01 -0800
committerMaurice Lam <yukl@google.com>2014-12-05 11:14:01 -0800
commit4170f0e567f0e1843ce4f5da99c41801fe9d9576 (patch)
tree0c70f9a4e5fb5921305ef5fa7d52f6d180c1effe /res/layout
parent03cceb329366796a64cfb86b03fe0c08b06f852b (diff)
downloadpackages_apps_Settings-4170f0e567f0e1843ce4f5da99c41801fe9d9576.zip
packages_apps_Settings-4170f0e567f0e1843ce4f5da99c41801fe9d9576.tar.gz
packages_apps_Settings-4170f0e567f0e1843ce4f5da99c41801fe9d9576.tar.bz2
[FRP] Don't extract IME for PIN / Password during setup
Add the flagNoExtractUi to the password / PIN entry field so that it will not be extracted to a fullscreen mode in phone landscape. The phone landscape UI currently provides a poor experience because it masks the message shown to the user (e.g. Passwords require at least 4 characters) Bug: 18640065 Change-Id: If67c8f9ae761f1ffda4f841e421e0fd651651649
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/setup_choose_lock_password.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/setup_choose_lock_password.xml b/res/layout/setup_choose_lock_password.xml
index b1ac02b..8dab277 100644
--- a/res/layout/setup_choose_lock_password.xml
+++ b/res/layout/setup_choose_lock_password.xml
@@ -38,7 +38,7 @@
android:layout_marginEnd="30dip"
android:gravity="center"
android:inputType="textPassword"
- android:imeOptions="actionNext"
+ android:imeOptions="actionNext|flagNoExtractUi"
android:textSize="24sp"
style="@style/TextAppearance.PasswordEntry"/>