aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-01-04 13:56:47 -0800
committerScott Jackson <daneren2005@gmail.com>2015-01-04 13:56:47 -0800
commitf7d19f2cf94263aedd9e173e19bf52816725fd17 (patch)
tree979f75b7873f022bf6094c5c43c04485360a2220 /res/menu
parent323d1d98f373d3cb15f829675333c4dfec61bf2e (diff)
downloaddsub-f7d19f2cf94263aedd9e173e19bf52816725fd17.tar.gz
dsub-f7d19f2cf94263aedd9e173e19bf52816725fd17.tar.bz2
dsub-f7d19f2cf94263aedd9e173e19bf52816725fd17.zip
#438 Add dialog to lookup missing artists
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/similar_artists.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/similar_artists.xml b/res/menu/similar_artists.xml
new file mode 100644
index 00000000..bffa1837
--- /dev/null
+++ b/res/menu/similar_artists.xml
@@ -0,0 +1,8 @@
+<?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_show_missing"
+ android:title="@string/menu.show_missing"/>
+</menu> \ No newline at end of file