mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
16 lines
428 B
XML
16 lines
428 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>
|