aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_artist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/select_artist.xml')
-rw-r--r--res/menu/select_artist.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/select_artist.xml b/res/menu/select_artist.xml
index 2cc04541..1346343b 100644
--- a/res/menu/select_artist.xml
+++ b/res/menu/select_artist.xml
@@ -18,4 +18,14 @@
android:icon="@drawable/action_search"
android:title="@string/menu.search"
compat:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_settings"
+ android:icon="@drawable/action_settings"
+ android:title="@string/menu.settings"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:icon="@drawable/action_exit"
+ android:title="@string/menu.exit"/>
</menu>