summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorDanielle Millett <dmillett@google.com>2012-11-21 11:20:10 -0500
committerDanielle Millett <dmillett@google.com>2012-11-30 21:55:33 -0500
commitaeb199ab00cb8f470a14f02fe2e67527ca72e737 (patch)
tree33520cdd994c6bc3a68bed01499ef86a0ab12cfb /res/layout-land
parent495626818d5fcba9c7e15c23788a55e456116260 (diff)
downloadpackages_apps_Settings-aeb199ab00cb8f470a14f02fe2e67527ca72e737.zip
packages_apps_Settings-aeb199ab00cb8f470a14f02fe2e67527ca72e737.tar.gz
packages_apps_Settings-aeb199ab00cb8f470a14f02fe2e67527ca72e737.tar.bz2
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
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/choose_lock_pattern.xml2
-rw-r--r--res/layout-land/confirm_lock_pattern.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/res/layout-land/choose_lock_pattern.xml b/res/layout-land/choose_lock_pattern.xml
index e178e7c..6d3d6da 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">
<!-- left / top button: skip, or re-try -->
<Button android:id="@+id/footerLeftButton"
diff --git a/res/layout-land/confirm_lock_pattern.xml b/res/layout-land/confirm_lock_pattern.xml
index 8c4e912..87343c8 100644
--- a/res/layout-land/confirm_lock_pattern.xml
+++ b/res/layout-land/confirm_lock_pattern.xml
@@ -19,8 +19,7 @@
android:id="@+id/topLayout"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/black">
+ android:layout_height="match_parent">
<!-- left side: instructions and messages -->
<LinearLayout