aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-01-29 21:18:32 -0800
committerScott Jackson <daneren2005@gmail.com>2014-01-29 21:18:32 -0800
commite39531b226a16129bfc13fd593668e2285702b64 (patch)
tree5ff9de49eb1907baf5b8f34a031b9bdfeea9d850 /res/menu
parent4554550d6e9c9a9f1feeeaeb400c3396809b8f4c (diff)
parentf7a1afb0155d957ffaac2af54ddb25860523bd82 (diff)
downloaddsub-e39531b226a16129bfc13fd593668e2285702b64.tar.gz
dsub-e39531b226a16129bfc13fd593668e2285702b64.tar.bz2
dsub-e39531b226a16129bfc13fd593668e2285702b64.zip
Merge branch 'Tags' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/unstar.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/unstar.xml b/res/menu/unstar.xml
new file mode 100644
index 00000000..4b629cda
--- /dev/null
+++ b/res/menu/unstar.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/menu_unstar"
+ android:title="@string/common.unstar"/>
+</menu> \ No newline at end of file