diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_podcast_episode_context.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/select_podcast_episode_context.xml b/res/menu/select_podcast_episode_context.xml index 2ea7ad5b..bacccda3 100644 --- a/res/menu/select_podcast_episode_context.xml +++ b/res/menu/select_podcast_episode_context.xml @@ -32,6 +32,12 @@ <item android:id="@+id/song_menu_delete" android:title="@string/menu.delete_cache"/> + + <group android:id="@+id/server_1.9"> + <item + android:id="@+id/bookmark_menu_delete" + android:title="@string/bookmark.delete"/> + </group> <item android:id="@+id/song_menu_server_download" |