aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying_downloading.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_downloading.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_downloading.xml')
-rw-r--r--res/menu/nowplaying_downloading.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/nowplaying_downloading.xml b/res/menu/nowplaying_downloading.xml
index 2c513964..50ab00f3 100644
--- a/res/menu/nowplaying_downloading.xml
+++ b/res/menu/nowplaying_downloading.xml
@@ -3,7 +3,7 @@
xmlns:compat="http://schemas.android.com/apk/res-auto">
<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"/>
@@ -13,6 +13,5 @@
<item
android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
android:title="@string/menu.exit"/>
</menu>