mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-12 00:45:30 +01:00
11 lines
343 B
XML
11 lines
343 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<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>
|