diff options
author | Danielle Millett <dmillett@google.com> | 2012-11-21 11:20:10 -0500 |
---|---|---|
committer | Danielle Millett <dmillett@google.com> | 2012-11-30 21:55:33 -0500 |
commit | aeb199ab00cb8f470a14f02fe2e67527ca72e737 (patch) | |
tree | 33520cdd994c6bc3a68bed01499ef86a0ab12cfb /res/layout | |
parent | 495626818d5fcba9c7e15c23788a55e456116260 (diff) | |
download | packages_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')
-rw-r--r-- | res/layout/weak_biometric_fallback_header.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/weak_biometric_fallback_header.xml b/res/layout/weak_biometric_fallback_header.xml index adbb613..5f9c2a2 100644 --- a/res/layout/weak_biometric_fallback_header.xml +++ b/res/layout/weak_biometric_fallback_header.xml @@ -19,6 +19,5 @@ android:padding="8dip" android:gravity="center" android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="?android:attr/textColorSecondary" android:text="@string/unlock_backup_info_summary" />
\ No newline at end of file |