2014-05-12 18:54:39 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/move_to_top_item"
|
|
|
|
android:menuCategory="container"
|
2014-07-13 10:48:04 +02:00
|
|
|
android:title="@string/move_to_top_label" />
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/remove_from_queue_item"
|
|
|
|
android:menuCategory="container"
|
|
|
|
android:title="@string/remove_from_queue_label" />
|
2014-05-12 18:54:39 +02:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/move_to_bottom_item"
|
|
|
|
android:menuCategory="container"
|
2014-07-13 10:48:04 +02:00
|
|
|
android:title="@string/move_to_bottom_label" />
|
2014-05-12 18:54:39 +02:00
|
|
|
|
|
|
|
</menu>
|