aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_artist.xml
blob: 2cc0454179e863da7f238c97f15799d3ea2eb53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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_refresh"
		android:icon="@drawable/action_refresh"
		android:title="@string/menu.refresh"
		compat:showAsAction="always|withText"/>
		
	<item 
		android:id="@+id/menu_shuffle"
		android:icon="@drawable/action_shuffle"
		android:title="@string/menu.shuffle"
		compat:showAsAction="always|withText"/>
		
	<item 
		android:id="@+id/menu_search"
		android:icon="@drawable/action_search"
		android:title="@string/menu.search"
		compat:showAsAction="ifRoom|withText"/>
</menu>