aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2014-06-18 15:27:48 -0700
committerdaneren2005 <daneren2005@gmail.com>2014-06-18 15:27:48 -0700
commit07c43c93f892c454e4b991bfc7b8903a5b527af6 (patch)
tree5ef0b7033a193d89995295a4c9feb8e4de40297b /res/menu
parent004b66210b49929deea604b1418b9bfd06fa0fe6 (diff)
downloaddsub-07c43c93f892c454e4b991bfc7b8903a5b527af6.tar.gz
dsub-07c43c93f892c454e4b991bfc7b8903a5b527af6.tar.bz2
dsub-07c43c93f892c454e4b991bfc7b8903a5b527af6.zip
Add group wrapper around Add to Playlist
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_song_context.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/menu/select_song_context.xml b/res/menu/select_song_context.xml
index 5621e134..845807b3 100644
--- a/res/menu/select_song_context.xml
+++ b/res/menu/select_song_context.xml
@@ -38,9 +38,11 @@
android:id="@+id/song_menu_delete"
android:title="@string/menu.delete_cache"/>
- <item
- android:id="@+id/song_menu_add_playlist"
- android:title="@string/menu.add_playlist"/>
+ <group id="@+id/server_1.8">
+ <item
+ android:id="@+id/song_menu_add_playlist"
+ android:title="@string/menu.add_playlist"/>
+ </group>
<item
android:id="@+id/song_menu_remove_playlist"