aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-08-20 13:13:52 -0700
committerScott Jackson <daneren2005@gmail.com>2014-08-20 13:13:52 -0700
commit9a267552f7464776620276f83bc19ce1342ab019 (patch)
treef70655ce96c41f929fbd8a58b8992658f28ff5c6 /res/menu
parent1bf4c9e81f61a4d9f567b648ea71de79ac64bcb4 (diff)
downloaddsub-9a267552f7464776620276f83bc19ce1342ab019.tar.gz
dsub-9a267552f7464776620276f83bc19ce1342ab019.tar.bz2
dsub-9a267552f7464776620276f83bc19ce1342ab019.zip
Add Delete bookmark to song context menu
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_song_context.xml6
1 files changed, 6 insertions, 0 deletions
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>