mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 16:15:06 +01:00
11 lines
401 B
XML
11 lines
401 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/move_to_top"
|
||
|
android:title="@string/action_move_to_top" />
|
||
|
|
||
|
<item android:id="@+id/move_to_bottom"
|
||
|
android:title="@string/action_move_to_bottom" />
|
||
|
|
||
|
<item android:id="@+id/cancel_download"
|
||
|
android:title="@string/action_cancel" />
|
||
|
</menu>
|