aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_album_context.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-10-03 22:15:26 -0700
committerScott Jackson <daneren2005@gmail.com>2012-10-03 22:15:26 -0700
commitf9a6738054febd93932cd3f6ab66e985777d45f1 (patch)
treec2cd3898bdcbf8dbd273b01ca4b7b6bebb531603 /subsonic-android/res/menu/select_album_context.xml
parentac6b7ae5a6f63bf4d4573d478ec5e4fc64190098 (diff)
downloaddsub-f9a6738054febd93932cd3f6ab66e985777d45f1.tar.gz
dsub-f9a6738054febd93932cd3f6ab66e985777d45f1.tar.bz2
dsub-f9a6738054febd93932cd3f6ab66e985777d45f1.zip
Updated star support to only display star when starred + star/unstar from long press menu
Diffstat (limited to 'subsonic-android/res/menu/select_album_context.xml')
-rw-r--r--subsonic-android/res/menu/select_album_context.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_album_context.xml b/subsonic-android/res/menu/select_album_context.xml
index 95ff22ca..ddfd134e 100644
--- a/subsonic-android/res/menu/select_album_context.xml
+++ b/subsonic-android/res/menu/select_album_context.xml
@@ -25,5 +25,9 @@
android:id="@+id/album_menu_pin"
android:title="@string/common.pin"
/>
+
+ <item
+ android:id="@+id/album_menu_star"
+ android:title="@string/common.star"/>
</menu>