diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-11-18 11:43:59 -0800 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-11-18 11:43:59 -0800 |
commit | 955c4599c541fcfc625ecedfccaef1cab8f6aa09 (patch) | |
tree | 89b4872a4f772dabe13fce9e397a75a5dfe09ab9 /res | |
parent | c845371afe67741ad91703248cf57ad4d542cd59 (diff) | |
download | dsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.tar.gz dsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.tar.bz2 dsub-955c4599c541fcfc625ecedfccaef1cab8f6aa09.zip |
Wrap artist starring in a group
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_artist_context.xml | 10 |
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> |