From 8e8a37145468b346a47bc5f52d9026dca7d82260 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Tue, 20 Jan 2015 16:05:35 -0800 Subject: [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 | 129 ++++++++++++++++--------------- 1 file changed, 68 insertions(+), 61 deletions(-) (limited to 'res') diff --git a/res/layout-land/choose_lock_password.xml b/res/layout-land/choose_lock_password.xml index 8575fa6..f79de61 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. */ --> - + - - + + + android:orientation="horizontal"> + + - - + + + + + - - - + + - - + +