aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/select_artist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/select_artist.xml')
-rw-r--r--app/src/main/res/menu/select_artist.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/src/main/res/menu/select_artist.xml b/app/src/main/res/menu/select_artist.xml
index 66ba37ba..e974c28e 100644
--- a/app/src/main/res/menu/select_artist.xml
+++ b/app/src/main/res/menu/select_artist.xml
@@ -1,16 +1,17 @@
<?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_global_search"
+ android:icon="?attr/search"
+ android:title="@string/menu.search"
+ compat:actionViewClass="android.support.v7.widget.SearchView"
+ compat:showAsAction="ifRoom|collapseActionView"/>
+
<item
android:id="@+id/menu_global_shuffle"
android:icon="?attr/shuffle"
android:title="@string/menu.shuffle"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_global_search"
- android:icon="?attr/search"
- android:title="@string/menu.search"
compat:showAsAction="ifRoom|withText"/>
<group android:id="@+id/not_touchscreen">