[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
This commit is contained in:
Maurice Lam
2014-12-05 11:14:01 -08:00
parent 03cceb3293
commit 4170f0e567

View File

@@ -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"/>