diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-08 20:26:22 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-08 20:26:22 -0800 |
commit | 3e2a0091eb6293d32d6f75d65a0431193b11ace9 (patch) | |
tree | 0b6c7398ed8b0a32456ede233ff58fdfe701c60c /res/layout | |
parent | 7e29cd25020392fa66c792e756bee3b1a29cbf65 (diff) | |
download | dsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.tar.gz dsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.tar.bz2 dsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.zip |
Update all icons that I could find replacements for
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/jukebox_volume.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/jukebox_volume.xml b/res/layout/jukebox_volume.xml index 4bccaec7..fd718326 100644 --- a/res/layout/jukebox_volume.xml +++ b/res/layout/jukebox_volume.xml @@ -32,7 +32,7 @@ android:paddingRight="12dip" android:layout_alignParentLeft="true" android:layout_below="@+id/jukebox_volume_title" - android:src="@drawable/volume"/> + android:src="?attr/volume"/> <SeekBar android:layout_height="wrap_content" |