2013-05-18 12:50:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-05-26 08:46:37 +02:00
|
|
|
<menu xmlns:a="http://schemas.android.com/apk/res/android" >
|
2013-05-18 12:50:54 +02:00
|
|
|
|
2013-05-26 08:46:37 +02:00
|
|
|
<item
|
2013-05-18 12:50:54 +02:00
|
|
|
a:id="@+id/song_menu_play_now"
|
2013-05-26 08:46:37 +02:00
|
|
|
a:title="@string/common.play_now"/>
|
|
|
|
<item
|
2013-05-18 12:50:54 +02:00
|
|
|
a:id="@+id/song_menu_play_next"
|
2013-05-26 08:46:37 +02:00
|
|
|
a:title="@string/common.play_next"/>
|
|
|
|
<item
|
2013-05-18 12:50:54 +02:00
|
|
|
a:id="@+id/song_menu_play_last"
|
2013-05-26 08:46:37 +02:00
|
|
|
a:title="@string/common.play_last"/>
|
|
|
|
<item
|
2013-05-18 12:50:54 +02:00
|
|
|
a:id="@+id/song_menu_pin"
|
2013-05-26 08:46:37 +02:00
|
|
|
a:title="@string/common.pin"/>
|
|
|
|
<item
|
2013-05-18 12:50:54 +02:00
|
|
|
a:id="@+id/song_menu_unpin"
|
2013-05-26 08:46:37 +02:00
|
|
|
a:title="@string/common.unpin"/>
|
|
|
|
<item
|
|
|
|
a:id="@+id/song_menu_download"
|
|
|
|
a:title="@string/common.download"/>
|
2013-12-21 06:15:27 +01:00
|
|
|
<item
|
|
|
|
a:id="@+id/menu_item_share"
|
|
|
|
a:title="Share"/>
|
2013-05-26 08:46:37 +02:00
|
|
|
|
2013-05-18 12:50:54 +02:00
|
|
|
</menu>
|