aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_artist.xml
blob: 127736d6e9b154ed5596c7d3e35f7c2bc73659df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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"/>

	<item
		android:id="@+id/menu_exit"
		android:title="@string/menu.exit"/>
</menu>