From 4170f0e567f0e1843ce4f5da99c41801fe9d9576 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 5 Dec 2014 11:14:01 -0800 Subject: [PATCH] [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 --- res/layout/setup_choose_lock_password.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/setup_choose_lock_password.xml b/res/layout/setup_choose_lock_password.xml index b1ac02b15fe..8dab277099f 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"/>