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.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/res/menu/select_artist.xml b/res/menu/select_artist.xml
deleted file mode 100644
index 603f0a3b..00000000
--- a/res/menu/select_artist.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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_shuffle"
- android:icon="?attr/shuffle"
- android:title="@string/menu.shuffle"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_search"
- android:icon="?attr/search"
- android:title="@string/menu.search"
- compat:showAsAction="ifRoom|withText"/>
-
- <group android:id="@+id/not_touchscreen">
- <item
- android:id="@+id/menu_refresh"
- android:icon="?attr/refresh"
- android:title="@string/menu.refresh"
- compat:showAsAction="ifRoom|withText"/>
- </group>
-
- <item
- android:id="@+id/menu_first_level_artist"
- android:title="@string/menu.first_level_artist"
- android:checkable="true"/>
-
- <item
- android:id="@+id/menu_exit"
- android:title="@string/menu.exit"/>
-</menu>