From 8e8a37145468b346a47bc5f52d9026dca7d82260 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Tue, 20 Jan 2015 16:05:35 -0800 Subject: [PATCH] [LockScreen] Don't extract UI in ChooseLockPassword Added flagnoextractui to the EditText in ChooseLockPasswordActivity so that the instruction text is still visible on phone landscape. Also wrapped it in a ScrollView because for smaller screen devices the buttons may be squeezed to fit onto the screen if the ScrollView is not there. Bug: 18644582 Change-Id: Ib81aadb5377aacc8d85fdeee7e1809ad3ff71213 --- res/layout-land/choose_lock_password.xml | 139 ++++++++++++----------- 1 file changed, 73 insertions(+), 66 deletions(-) diff --git a/res/layout-land/choose_lock_password.xml b/res/layout-land/choose_lock_password.xml index 8575fa65a09..f79de614c7f 100644 --- a/res/layout-land/choose_lock_password.xml +++ b/res/layout-land/choose_lock_password.xml @@ -16,78 +16,85 @@ ** limitations under the License. */ --> - + - - + + + + + + + + + + + - - + + + + +