aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcast_episode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/select_podcast_episode.xml')
-rw-r--r--res/menu/select_podcast_episode.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/select_podcast_episode.xml b/res/menu/select_podcast_episode.xml
index 7e79d0f7..8472325a 100644
--- a/res/menu/select_podcast_episode.xml
+++ b/res/menu/select_podcast_episode.xml
@@ -3,7 +3,7 @@
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"/>
@@ -13,6 +13,5 @@
<item
android:id="@+id/menu_delete"
- android:icon="@drawable/action_remove_all"
android:title="@string/common.delete"/>
</menu>