diff --git a/packages/SystemUI/res/drawable/ic_audio_remote.xml b/packages/SystemUI/res/drawable/ic_audio_remote.xml new file mode 100644 index 0000000000000..762878b8deae2 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_audio_remote.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java b/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java index aaf5d5fc6ce58..0aa3c1e1d8fad 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +++ b/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java @@ -223,8 +223,8 @@ public class VolumePanel extends Handler implements DemoMode { false), RemoteStream(STREAM_REMOTE_MUSIC, R.string.volume_icon_description_media, //FIXME should have its own description - R.drawable.ic_media_route_on_holo_dark, - R.drawable.ic_media_route_disabled_holo_dark, + com.android.systemui.R.drawable.ic_audio_remote, + com.android.systemui.R.drawable.ic_audio_remote, false);// will be dynamically updated int streamType;