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-sw720dp/date_time_settings_setupwizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout-sw720dp') diff --git a/res/layout-sw720dp/date_time_settings_setupwizard.xml b/res/layout-sw720dp/date_time_settings_setupwizard.xml index 1fc25da..b484472 100644 --- a/res/layout-sw720dp/date_time_settings_setupwizard.xml +++ b/res/layout-sw720dp/date_time_settings_setupwizard.xml @@ -34,7 +34,7 @@ android:layout_marginLeft="16dip" android:layout_alignParentTop="true" android:textSize="32dip" - android:textColor="#FF99cc00" + android:textColor="@color/title_color" android:text="@string/date_and_time_settings_title_setup_wizard" android:gravity="bottom" /> -- cgit v1.1