summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/volume
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-11-26 11:37:00 -0500
committerJohn Spurlock <jspurlock@google.com>2014-11-26 11:37:00 -0500
commitcfe9fb67949100c864c7b0b913d10a7cfd0fc141 (patch)
tree66f4159f0e206f4f367b0f5111427351655ca3f1 /packages/SystemUI/src/com/android/systemui/volume
parentc1de25d8ebaecff697c1d5dfaa445e18ee07fa2d (diff)
downloadframeworks_base-cfe9fb67949100c864c7b0b913d10a7cfd0fc141.zip
frameworks_base-cfe9fb67949100c864c7b0b913d10a7cfd0fc141.tar.gz
frameworks_base-cfe9fb67949100c864c7b0b913d10a7cfd0fc141.tar.bz2
Volume: Update remote volume icons.
Remove last holo references by using the new-style cast connected icon. There is only one icon for the remote stream, since it is never muted by policy. Bug: 18102850 Change-Id: Iffe3a19deca6599780ebdb26869ae46aa8623f81
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/volume')
-rw-r--r--packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java b/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java
index 1fe4698..47cb6d2 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;