diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-02-25 14:26:27 -0800 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-02-25 14:26:27 -0800 |
commit | 0e2f949c90cc3057243020b51f1bdada02fd87fd (patch) | |
tree | 7e4c5625059d1fb12dff5bdd14db468e11d3d9a6 /res/xml | |
parent | 5b845d0ad7d8b9ac68325909f7a9c13395208038 (diff) | |
download | packages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.tar.gz packages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.tar.bz2 packages_apps_Settings-0e2f949c90cc3057243020b51f1bdada02fd87fd.zip |
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
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/settings_headers.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index 56c17f998..19cff9050 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" /> <!-- DEVICE --> <header android:id="@+id/device_section" |