Settings: Add effects suppression text to Ring volume.
If the effects are being muted by a notification listener, display a "Muted by <x>" msg instead of an active slider inside the Ring/Notification volume setting pref. Update volume pref design to optimize for this new custom appearance. Depends on frameworks/base: Icdb5f85eb4bcaa1ead7d77c1460e06ad3f0604d5 Bug: 17461563 Change-Id: I6da871e16009370402451a2ff507de4762644a80
This commit is contained in:
@@ -27,25 +27,25 @@
|
||||
<!-- Media volume -->
|
||||
<com.android.settings.notification.VolumeSeekBarPreference
|
||||
android:key="media_volume"
|
||||
android:icon="@drawable/ic_audio_vol_24dp"
|
||||
android:icon="@*android:drawable/ic_audio_vol"
|
||||
android:title="@string/media_volume_option_title" />
|
||||
|
||||
<!-- Alarm volume -->
|
||||
<com.android.settings.notification.VolumeSeekBarPreference
|
||||
android:key="alarm_volume"
|
||||
android:icon="@drawable/ic_audio_alarm_24dp"
|
||||
android:icon="@*android:drawable/ic_audio_alarm"
|
||||
android:title="@string/alarm_volume_option_title" />
|
||||
|
||||
<!-- Ring volume -->
|
||||
<com.android.settings.notification.VolumeSeekBarPreference
|
||||
android:key="ring_volume"
|
||||
android:icon="@drawable/ring_notif"
|
||||
android:icon="@*android:drawable/ic_audio_ring_notif"
|
||||
android:title="@string/ring_volume_option_title" />
|
||||
|
||||
<!-- Notification volume -->
|
||||
<com.android.settings.notification.VolumeSeekBarPreference
|
||||
android:key="notification_volume"
|
||||
android:icon="@drawable/ring_notif"
|
||||
android:icon="@*android:drawable/ic_audio_ring_notif"
|
||||
android:title="@string/notification_volume_option_title" />
|
||||
|
||||
<!-- Also vibrate for calls -->
|
||||
|
Reference in New Issue
Block a user