summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-10-02 19:20:36 -0400
committerJohn Spurlock <jspurlock@google.com>2014-10-02 20:06:48 -0400
commite2356b99a111a2cd4049d76d5326acaf8a050334 (patch)
tree6556d1493dacb7978d1bc3a61a5a4a2092d7b560 /res/xml
parent59d33dbd25d8ca968e03bdeefedea9b0fe2e01f3 (diff)
downloadpackages_apps_Settings-e2356b99a111a2cd4049d76d5326acaf8a050334.zip
packages_apps_Settings-e2356b99a111a2cd4049d76d5326acaf8a050334.tar.gz
packages_apps_Settings-e2356b99a111a2cd4049d76d5326acaf8a050334.tar.bz2
Settings: Update media & alarm stream icons.
Update icon pointers and remove obsolete preference class. Bug: 17762712 Change-Id: Ia4b96c5b38f2a73a7a339b2ab3abfcd433f4403d
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/notification_settings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/notification_settings.xml b/res/xml/notification_settings.xml
index e9a4992..3f9b40c 100644
--- a/res/xml/notification_settings.xml
+++ b/res/xml/notification_settings.xml
@@ -27,13 +27,13 @@
<!-- Media volume -->
<com.android.settings.notification.VolumeSeekBarPreference
android:key="media_volume"
- android:icon="@*android:drawable/ic_audio_vol"
+ android:icon="@drawable/ic_audio_vol_24dp"
android:title="@string/media_volume_option_title" />
<!-- Alarm volume -->
<com.android.settings.notification.VolumeSeekBarPreference
android:key="alarm_volume"
- android:icon="@*android:drawable/ic_audio_alarm"
+ android:icon="@drawable/ic_audio_alarm_24dp"
android:title="@string/alarm_volume_option_title" />
<!-- Ring volume -->