aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_song_context.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-09-02 20:36:49 -0700
committerScott Jackson <daneren2005@gmail.com>2014-09-02 20:36:49 -0700
commit0f1ab295e42f62c5f62bee2f4285da0f2de8f888 (patch)
treeceaf76d226cbc44ed5ae74a4748fa41e86f1da58 /res/menu/select_song_context.xml
parentd9a7ab2d4ffa3cf4b50713d07b227281fdd1ed02 (diff)
downloaddsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.tar.gz
dsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.tar.bz2
dsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.zip
Make Show Rating in menus optional
Diffstat (limited to 'res/menu/select_song_context.xml')
-rw-r--r--res/menu/select_song_context.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/menu/select_song_context.xml b/res/menu/select_song_context.xml
index 7f15ccbf..d8fc211c 100644
--- a/res/menu/select_song_context.xml
+++ b/res/menu/select_song_context.xml
@@ -59,10 +59,12 @@
android:id="@+id/song_menu_share"
android:title="@string/menu.share"/>
</group>
-
- <item
- android:id="@+id/menu_rate"
- android:title="@string/menu.rate"/>
+
+ <group android:id="@+id/hide_rating">
+ <item
+ android:id="@+id/menu_rate"
+ android:title="@string/menu.rate"/>
+ </group>
<group android:id="@+id/server_1.9">
<item