From 0e2f949c90cc3057243020b51f1bdada02fd87fd Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 25 Feb 2014 14:26:27 -0800 Subject: [PATCH] Fix bug #13140648 Settings needs to support the new Quantum Paper theme Second pass: - use Theme Holo for the Drawer too - add a temporary background for Drawer icons (so that they dont mix with the Drawer background) - remove the "More..." icon as it was not needed This CL will show that there is a discrepancy into the Drawer icons size (some are smaller than the standard size, some other bigger). This issue will be fixed when the new set of Icons will be delivered by the UX team. Change-Id: I431882df9b98157e98a1b735f31d9e77ef846767 --- res/values/colors.xml | 3 ++- res/xml/settings_headers.xml | 3 +-- src/com/android/settings/SettingsActivity.java | 11 ++++------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index 206dbacb3c4..352c7a28b5b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,7 +15,8 @@ --> - #ff777777 + @android:color/white + #ffcccccc #000 #F00 diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index 56c17f9985a..19cff905051 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -62,8 +62,7 @@ android:id="@+id/wireless_settings" android:title="@string/radio_controls_title" android:breadCrumbTitle="@string/wireless_networks_settings_title" - android:fragment="com.android.settings.WirelessSettings" - android:icon="@drawable/empty_icon" /> + android:fragment="com.android.settings.WirelessSettings" />