diff options
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/select_bookmark_context.xml | 8 | ||||
-rw-r--r-- | res/menu/select_song_context.xml | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/res/menu/select_bookmark_context.xml b/res/menu/select_bookmark_context.xml index 724c4c78..2b1b83fd 100644 --- a/res/menu/select_bookmark_context.xml +++ b/res/menu/select_bookmark_context.xml @@ -5,6 +5,14 @@ <item android:id="@+id/bookmark_menu_info" android:title="@string/common.info"/> + + <item + android:id="@+id/song_menu_show_album" + android:title="@string/download.menu_show_album"/> + + <item + android:id="@+id/song_menu_show_artist" + android:title="@string/menu.show_artist"/> <item android:id="@+id/song_menu_download" diff --git a/res/menu/select_song_context.xml b/res/menu/select_song_context.xml index 94283f70..5123a0ae 100644 --- a/res/menu/select_song_context.xml +++ b/res/menu/select_song_context.xml @@ -59,4 +59,10 @@ android:id="@+id/song_menu_share" android:title="@string/menu.share"/> </group> + + <group android:id="@+id/server_1.9"> + <item + android:id="@+id/bookmark_menu_delete" + android:title="@string/bookmark.delete"/> + </group> </menu> |