mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-16 07:22:51 +01:00
3aa4e6eb93
* Added basic move to top series feature * Remove intermediate List * Change text string * Remove spanish manual translation * Changed algorithm to use "partition"
25 lines
661 B
XML
25 lines
661 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_top_series"
|
|
android:title="@string/action_move_to_top_all_for_series" />
|
|
|
|
<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" />
|
|
|
|
<item
|
|
android:id="@+id/cancel_series"
|
|
android:title="@string/cancel_all_for_series" />
|
|
|
|
</menu>
|