aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/select_bookmark_context.xml
blob: d52db105e674a7b7ead1460d098030d094ed8453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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/bookmark_menu_info"
		android:title="@string/common.info"/>

	<item
		android:id="@+id/song_menu_show_album"
		android:title="@string/download.menu_show_album"/>
		
	<item
		android:id="@+id/song_menu_show_artist"
		android:title="@string/menu.show_artist"/>
		
	<item 
		android:id="@+id/bookmark_menu_delete"
		android:title="@string/bookmark.delete"/>
</menu>