aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-08 20:26:22 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-08 20:26:22 -0800
commit3e2a0091eb6293d32d6f75d65a0431193b11ace9 (patch)
tree0b6c7398ed8b0a32456ede233ff58fdfe701c60c /res/menu/nowplaying.xml
parent7e29cd25020392fa66c792e756bee3b1a29cbf65 (diff)
downloaddsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.tar.gz
dsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.tar.bz2
dsub-3e2a0091eb6293d32d6f75d65a0431193b11ace9.zip
Update all icons that I could find replacements for
Diffstat (limited to 'res/menu/nowplaying.xml')
-rw-r--r--res/menu/nowplaying.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
index 2fad22d2..3c9c5ba6 100644
--- a/res/menu/nowplaying.xml
+++ b/res/menu/nowplaying.xml
@@ -3,27 +3,25 @@
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_shuffle"
- android:icon="@drawable/action_shuffle"
+ android:icon="?attr/shuffle"
android:title="@string/download.menu_shuffle"
compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_remove_all"
- android:icon="@drawable/action_remove_all"
+ android:icon="?attr/remove"
android:title="@string/download.menu_remove_all"
compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_save_playlist"
- android:icon="@drawable/action_save"
+ android:icon="?attr/save"
android:title="@string/download.menu_save"
compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_screen_on_off"
- android:icon="@drawable/action_screen_on_off"
- android:title="@string/download.menu_screen_on"
- compat:showAsAction="ifRoom|withText"/>
+ android:title="@string/download.menu_screen_on"/>
<item
android:id="@+id/menu_toggle_timer"
@@ -35,6 +33,5 @@
<item
android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
android:title="@string/menu.exit"/>
</menu>