aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/nowplaying_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/nowplaying_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/nowplaying_context.xml')
-rw-r--r--subsonic-android/res/menu/nowplaying_context.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/subsonic-android/res/menu/nowplaying_context.xml b/subsonic-android/res/menu/nowplaying_context.xml
index eeb49a26..9ad2be52 100644
--- a/subsonic-android/res/menu/nowplaying_context.xml
+++ b/subsonic-android/res/menu/nowplaying_context.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
-
<item
android:id="@+id/menu_show_album"
android:title="@string/download.menu_show_album"/>
@@ -15,5 +14,9 @@
<item
android:id="@+id/menu_delete"
- android:title="@string/download.menu_delete"/>
+ android:title="@string/download.menu_delete"/>
+
+ <item
+ android:id="@+id/menu_star"
+ android:title="@string/common.star"/>
</menu>