From aeb199ab00cb8f470a14f02fe2e67527ca72e737 Mon Sep 17 00:00:00 2001 From: Danielle Millett Date: Wed, 21 Nov 2012 11:20:10 -0500 Subject: [PATCH] Better layouts for security screen setups as part of b/7459863 The major change is that choose pattern and confirm pattern layouts no longer uses a split screen layout on tablets. The new layout closely mimics the layout for portrait. Other minor changes include: -Made the header font size for confirm pattern and choose pattern medium (this matches with face unlock changes). -Made the buttons on choose pattern for landscape phone side-by-side rather than above each other (to be consistent with face unlock). -Removed the black background from phone landscape confirm pattern since it's inconsistent with all the other layouts. Change-Id: I4473fe880ac471a3b5bc5399a454b10504589f87 --- res/layout-land/choose_lock_pattern.xml | 2 +- res/layout-land/confirm_lock_pattern.xml | 3 +- res/layout-sw600dp-land/choose_lock_pattern.xml | 124 +++++++++++------------ res/layout-sw600dp-land/confirm_lock_pattern.xml | 104 +++++++------------ res/layout-sw600dp/choose_lock_pattern.xml | 8 +- res/layout-sw600dp/confirm_lock_pattern.xml | 8 +- res/layout/weak_biometric_fallback_header.xml | 1 - res/values/strings.xml | 2 +- 8 files changed, 107 insertions(+), 145 deletions(-) diff --git a/res/layout-land/choose_lock_pattern.xml b/res/layout-land/choose_lock_pattern.xml index e178e7c8a0..6d3d6da21f 100644 --- a/res/layout-land/choose_lock_pattern.xml +++ b/res/layout-land/choose_lock_pattern.xml @@ -47,7 +47,7 @@ style="@style/SecurityPreferenceButtonContainer" android:layout_centerHorizontal="true" android:layout_alignParentBottom="true" - android:orientation="vertical"> + android:orientation="horizontal">