aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-11-18 11:43:59 -0800
committerdaneren2005 <daneren2005@gmail.com>2013-11-18 11:43:59 -0800
commit955c4599c541fcfc625ecedfccaef1cab8f6aa09 (patch)
tree89b4872a4f772dabe13fce9e397a75a5dfe09ab9 /res/menu
parentc845371afe67741ad91703248cf57ad4d542cd59 (diff)
downloaddsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.tar.gz
dsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.tar.bz2
dsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.zip
Wrap artist starring in a group
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_artist_context.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/menu/select_artist_context.xml b/res/menu/select_artist_context.xml
index 4fed7562..e35cae9e 100644
--- a/res/menu/select_artist_context.xml
+++ b/res/menu/select_artist_context.xml
@@ -30,8 +30,10 @@
<item
android:id="@+id/artist_menu_delete"
android:title="@string/common.delete"/>
-
- <item
- android:id="@+id/artist_menu_star"
- android:title="@string/common.star"/>
+
+ <group android:id="@+id/server_1_10">
+ <item
+ android:id="@+id/artist_menu_star"
+ android:title="@string/common.star"/>
+ </group>
</menu>