Switch to vibrate (or slash-bell) icon at ringer volume 0.

Bug: 16900054
Change-Id: If94a18a7cac596c0f4c33421b642f96dcf0280fd
This commit is contained in:
Dan Sandler
2014-09-02 01:05:27 +02:00
parent 8007caa43e
commit cb9f35171d
6 changed files with 139 additions and 7 deletions

View File

@@ -39,13 +39,13 @@
<!-- Ring volume -->
<com.android.settings.notification.VolumeSeekBarPreference
android:key="ring_volume"
android:icon="@*android:drawable/ic_audio_ring_notif"
android:icon="@drawable/ring_notif"
android:title="@string/ring_volume_option_title" />
<!-- Notification volume -->
<com.android.settings.notification.VolumeSeekBarPreference
android:key="notification_volume"
android:icon="@*android:drawable/ic_audio_ring_notif"
android:icon="@drawable/ring_notif"
android:title="@string/notification_volume_option_title" />
<!-- Also vibrate for calls -->