diff options
author | Jason Monk <jmonk@google.com> | 2015-06-02 13:03:24 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2015-06-02 16:03:32 -0400 |
commit | f2819e0eada8af3835141857b5d499bca90774a6 (patch) | |
tree | 2561443c66b3e121140018e4467f23ad80452159 /res/xml | |
parent | b8df8a29bf26a500d2f83a79bc09e78c8811041b (diff) | |
download | packages_apps_Settings-f2819e0eada8af3835141857b5d499bca90774a6.zip packages_apps_Settings-f2819e0eada8af3835141857b5d499bca90774a6.tar.gz packages_apps_Settings-f2819e0eada8af3835141857b5d499bca90774a6.tar.bz2 |
Fix battery usage screen issues
Tint icons properly
Bug: 21077770
Show better icons for wifi and bt (remove the old ones)
Bug: 21172936
Also add a way to show fake items in power list for testing.
Change-Id: I6b6804673a68190ebc3f2ea32802e30811a7f5b2
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/dashboard_categories.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml index 5b8c243..ebddd78 100644 --- a/res/xml/dashboard_categories.xml +++ b/res/xml/dashboard_categories.xml @@ -36,7 +36,7 @@ android:id="@+id/bluetooth_settings" android:title="@string/bluetooth_settings_title" android:fragment="com.android.settings.bluetooth.BluetoothSettings" - android:icon="@drawable/ic_settings_bluetooth2" + android:icon="@drawable/ic_settings_bluetooth" /> <!-- SIM Cards --> |