aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying_offline.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_offline.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_offline.xml')
-rw-r--r--res/menu/nowplaying_offline.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/res/menu/nowplaying_offline.xml b/res/menu/nowplaying_offline.xml
index 3faa8d97..41d1d5d1 100644
--- a/res/menu/nowplaying_offline.xml
+++ b/res/menu/nowplaying_offline.xml
@@ -4,21 +4,19 @@
<item
android:id="@+id/menu_shuffle"
- android:icon="@drawable/action_shuffle"
+ android:icon="?attr/shuffle"
android:title="@string/download.menu_shuffle"
compat:showAsAction="always|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="always|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"
@@ -26,6 +24,5 @@
<item
android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
android:title="@string/menu.exit"/>
</menu>