19 lines
449 B
XML
19 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:a="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
a:id="@+id/song_menu_play_now"
|
|
a:title="@string/common.play_now"
|
|
/>
|
|
|
|
<item
|
|
a:id="@+id/song_menu_play_next"
|
|
a:title="@string/common.play_next"
|
|
/>
|
|
|
|
<item
|
|
a:id="@+id/song_menu_play_last"
|
|
a:title="@string/common.play_last"
|
|
/>
|
|
|
|
</menu> |