aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_song.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-27 16:17:40 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-27 16:17:40 -0800
commit5a6a3f84cf9541dce8fd6bdafccde8587098c5be (patch)
tree3907c4059770f7fd162e78e37f135e79008ecbd4 /res/menu/select_song.xml
parent3e8489868d2694b8d17b606842d3b735dc3d7acd (diff)
downloaddsub-5a6a3f84cf9541dce8fd6bdafccde8587098c5be.tar.gz
dsub-5a6a3f84cf9541dce8fd6bdafccde8587098c5be.tar.bz2
dsub-5a6a3f84cf9541dce8fd6bdafccde8587098c5be.zip
#227 Add ability to hide Play next/last/Star
Diffstat (limited to 'res/menu/select_song.xml')
-rw-r--r--res/menu/select_song.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/res/menu/select_song.xml b/res/menu/select_song.xml
index c2c0b437..38bebb39 100644
--- a/res/menu/select_song.xml
+++ b/res/menu/select_song.xml
@@ -43,11 +43,15 @@
android:id="@+id/menu_remove_playlist"
android:title="@string/menu.remove_playlist"/>
- <item
- android:id="@+id/menu_play_next"
- android:title="@string/common.play_next"/>
-
- <item
- android:id="@+id/menu_play_last"
- android:title="@string/menu.play_last"/>
+ <group android:id="@+id/hide_play_next">
+ <item
+ android:id="@+id/menu_play_next"
+ android:title="@string/common.play_next"/>
+ </group>
+
+ <group android:id="@+id/hide_play_last">
+ <item
+ android:id="@+id/menu_play_last"
+ android:title="@string/menu.play_last"/>
+ </group>
</menu>