diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-08-20 13:22:26 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-08-20 13:22:26 -0700 |
commit | c2f5c3898049bb110beb1a68419d322e9b3261db (patch) | |
tree | 9e11cf01e77e481983c0213a7f2e3ead7418c6ee /res | |
parent | 9ea596766980641929068bcc9ec253bf39cd803b (diff) | |
download | dsub-c2f5c3898049bb110beb1a68419d322e9b3261db.tar.gz dsub-c2f5c3898049bb110beb1a68419d322e9b3261db.tar.bz2 dsub-c2f5c3898049bb110beb1a68419d322e9b3261db.zip |
Add show artist method to bookmark context menu
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_bookmark_context.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/select_bookmark_context.xml b/res/menu/select_bookmark_context.xml index 724c4c78..7e3117f8 100644 --- a/res/menu/select_bookmark_context.xml +++ b/res/menu/select_bookmark_context.xml @@ -6,6 +6,10 @@ android:id="@+id/bookmark_menu_info" android:title="@string/common.info"/> + <item + android:id="@+id/album_menu_show_artist" + android:title="menu.show_artist"/> + <item android:id="@+id/song_menu_download" android:title="@string/common.download"/> |