aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-01-24 07:43:58 -0800
committerScott Jackson <daneren2005@gmail.com>2014-01-24 07:43:58 -0800
commit11e9575df92b561e620a8b0a31dae5ec0a9b1c90 (patch)
tree7470e5edf1b10ee1b8052f46c15f66a36beef665 /res/menu
parent1b9f7abb93639f9244a4c888b4c2c0630c297bf0 (diff)
downloaddsub-11e9575df92b561e620a8b0a31dae5ec0a9b1c90.tar.gz
dsub-11e9575df92b561e620a8b0a31dae5ec0a9b1c90.tar.bz2
dsub-11e9575df92b561e620a8b0a31dae5ec0a9b1c90.zip
#265 Add a method to mass unstar songs
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