aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcast_episode_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/select_podcast_episode_context.xml')
-rw-r--r--res/menu/select_podcast_episode_context.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/res/menu/select_podcast_episode_context.xml b/res/menu/select_podcast_episode_context.xml
index deffdecf..79eaa04d 100644
--- a/res/menu/select_podcast_episode_context.xml
+++ b/res/menu/select_podcast_episode_context.xml
@@ -12,10 +12,17 @@
android:title="@string/common.play_now"
/>
- <item
- android:id="@+id/song_menu_play_last"
- android:title="@string/common.play_last"
- />
+ <group android:id="@+id/hide_play_next">
+ <item
+ android:id="@+id/song_menu_play_next"
+ android:title="@string/common.play_next"/>
+ </group>
+
+ <group android:id="@+id/hide_play_last">
+ <item
+ android:id="@+id/song_menu_play_last"
+ android:title="@string/common.play_last"/>
+ </group>
<item
android:id="@+id/song_menu_download"