diff options
author | Maurice Lam <yukl@google.com> | 2014-12-05 11:14:01 -0800 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2014-12-05 11:14:01 -0800 |
commit | 4170f0e567f0e1843ce4f5da99c41801fe9d9576 (patch) | |
tree | 0c70f9a4e5fb5921305ef5fa7d52f6d180c1effe /res/layout | |
parent | 03cceb329366796a64cfb86b03fe0c08b06f852b (diff) | |
download | packages_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.xml | 2 |
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"/> |