summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/queue_context.xml
blob: 522e712e2c47bfe678cd5d15c70d9024cb49cf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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"
        android:title="@string/move_to_top_label" />

    <item
        android:id="@+id/move_to_bottom_item"
        android:menuCategory="container"
        android:title="@string/move_to_bottom_label" />
    <!-- rest of the menu items can be found in the generic feeditemlist_context.xml -->

</menu>