aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcasts.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/select_podcasts.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/select_podcasts.xml')
-rw-r--r--res/menu/select_podcasts.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml
index de6b83a7..d97ebe6c 100644
--- a/res/menu/select_podcasts.xml
+++ b/res/menu/select_podcasts.xml
@@ -3,33 +3,29 @@
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_refresh"
- android:icon="@drawable/action_refresh"
+ android:icon="?attr/refresh"
android:title="@string/menu.refresh"
compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_search"
- android:icon="@drawable/action_search"
+ android:icon="?attr/search"
android:title="@string/menu.search"
compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_add_podcast"
- android:icon="@drawable/action_exit"
android:title="@string/menu.add_podcast"/>
<item
android:id="@+id/menu_check"
- android:icon="@drawable/action_refresh"
android:title="@string/menu.check_podcasts"/>
<item
android:id="@+id/menu_settings"
- android:icon="@drawable/action_settings"
android:title="@string/menu.settings"/>
<item
android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
android:title="@string/menu.exit"/>
</menu> \ No newline at end of file