aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_playlist_context_offline.xml
blob: d63aec177ecef6d60a1822ceeaba3d5df5f2db02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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/playlist_menu_play_now"
        android:title="@string/common.play_now"
        />
		
	<item 
        android:id="@+id/playlist_menu_play_shuffled"
        android:title="@string/common.play_shuffled"
        />        
</menu>