Added missing file from previous commit
This commit is contained in:
parent
c78081fbd9
commit
aa700fe4b8
15
res/menu/queue_context.xml
Normal file
15
res/menu/queue_context.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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"/>
|
||||
|
||||
</menu>
|
Loading…
x
Reference in New Issue
Block a user