From 9cec1becd600273254b319cc311e43fe31794d06 Mon Sep 17 00:00:00 2001 From: Ben Komalo Date: Thu, 1 Sep 2011 10:30:13 -0700 Subject: Misc UI fixes for settings (mostly cryptkeeper) - fix padding issues in a lot of cryptkeeper screens - fix sizing of clock that didn't fit anymore with the new font - change titles from green to the new holo blue Bug: 5247866 Change-Id: Ib934e9661c32cce26e1af40eaff133bae11f78dc --- res/layout-sw600dp/crypt_keeper_password_entry.xml | 3 +++ res/layout-sw600dp/crypt_keeper_progress.xml | 9 ++++++--- res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'res/layout-sw600dp') diff --git a/res/layout-sw600dp/crypt_keeper_password_entry.xml b/res/layout-sw600dp/crypt_keeper_password_entry.xml index bc2b353..ad8205a 100644 --- a/res/layout-sw600dp/crypt_keeper_password_entry.xml +++ b/res/layout-sw600dp/crypt_keeper_password_entry.xml @@ -20,6 +20,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" > + + @@ -68,8 +70,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/top_divider" - android:paddingLeft="152dip" android:paddingTop="21dip" + android:layout_marginLeft="16dip" + android:layout_marginRight="16dip" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -78,7 +81,6 @@ android:id="@+id/bottom_divider" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingLeft="152dip" android:layout_above="@+id/factory_reset" android:visibility="gone" > @@ -96,6 +98,7 @@ android:layout_alignParentRight="true" android:layout_alignParentBottom="true" android:layout_marginBottom="80dip" + android:layout_marginRight="16dip" android:text="@string/master_clear_button_text" android:visibility="gone" /> diff --git a/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml b/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml index 9260702..20f5784 100644 --- a/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml +++ b/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml @@ -47,7 +47,7 @@ android:layout_marginLeft="16dip" android:layout_below="@id/top_padding_layout" android:textSize="32dip" - android:textColor="#ff99cc00" + android:textColor="@color/title_color" android:text="@string/wifi_setup_title" android:gravity="bottom"/> -- cgit v1.1