aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcast_episode_offline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/select_podcast_episode_offline.xml')
-rw-r--r--res/menu/select_podcast_episode_offline.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/select_podcast_episode_offline.xml b/res/menu/select_podcast_episode_offline.xml
index cb6d1a3b..4d464c1f 100644
--- a/res/menu/select_podcast_episode_offline.xml
+++ b/res/menu/select_podcast_episode_offline.xml
@@ -3,12 +3,11 @@
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_delete"
- android:icon="@drawable/action_remove_all"
android:title="@string/common.delete"/>
</menu>