2016-01-25 19:57:13 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-24 02:51:37 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2016-01-25 19:57:13 +01:00
|
|
|
|
|
|
|
<item
|
2016-03-18 00:13:29 +01:00
|
|
|
android:id="@+id/action_filter"
|
|
|
|
android:icon="@drawable/ic_filter_list_white_24dp"
|
|
|
|
android:title="@string/action_filter"
|
|
|
|
app:showAsAction="ifRoom">
|
|
|
|
<menu>
|
|
|
|
<item
|
2016-09-05 11:08:16 +02:00
|
|
|
android:id="@+id/action_filter_read"
|
2016-03-18 00:13:29 +01:00
|
|
|
android:checkable="true"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_filter_read" />
|
2016-03-18 00:13:29 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_filter_unread"
|
|
|
|
android:checkable="true"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_filter_unread" />
|
2016-09-05 11:08:16 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_filter_downloaded"
|
|
|
|
android:checkable="true"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_filter_downloaded" />
|
2016-11-06 13:33:00 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_filter_bookmarked"
|
|
|
|
android:checkable="true"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_filter_bookmarked" />
|
2016-03-18 00:13:29 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_filter_empty"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_filter_empty" />
|
2016-03-18 00:13:29 +01:00
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_sort"
|
2016-11-13 14:25:55 +01:00
|
|
|
android:icon="@drawable/ic_sort_by_numeric_white_24dp"
|
2016-03-18 00:13:29 +01:00
|
|
|
android:title="@string/action_sort"
|
2020-01-24 02:51:37 +01:00
|
|
|
app:showAsAction="ifRoom" />
|
2016-03-18 00:13:29 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:title="@string/action_display_mode"
|
2020-01-26 23:35:48 +01:00
|
|
|
app:showAsAction="never">
|
|
|
|
<menu>
|
|
|
|
<group android:checkableBehavior="single">
|
|
|
|
<item
|
|
|
|
android:id="@+id/display_title"
|
|
|
|
android:title="@string/show_title" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/display_chapter_number"
|
|
|
|
android:title="@string/show_chapter_number" />
|
|
|
|
</group>
|
|
|
|
</menu>
|
|
|
|
</item>
|
2016-02-09 16:01:11 +01:00
|
|
|
|
2016-05-20 18:07:18 +02:00
|
|
|
<item
|
|
|
|
android:title="@string/sorting_mode"
|
2020-01-26 23:35:48 +01:00
|
|
|
app:showAsAction="never">
|
|
|
|
<menu>
|
|
|
|
<group android:checkableBehavior="single">
|
|
|
|
<item
|
|
|
|
android:id="@+id/sort_by_source"
|
|
|
|
android:title="@string/sort_by_source" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/sort_by_number"
|
|
|
|
android:title="@string/sort_by_number" />
|
|
|
|
</group>
|
|
|
|
</menu>
|
|
|
|
</item>
|
2016-05-20 18:07:18 +02:00
|
|
|
|
2016-02-09 16:01:11 +01:00
|
|
|
<item
|
2016-03-18 00:13:29 +01:00
|
|
|
android:title="@string/manga_download"
|
2020-01-20 23:37:27 +01:00
|
|
|
app:showAsAction="never">
|
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_next"
|
|
|
|
android:title="@string/download_1" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_next_5"
|
|
|
|
android:title="@string/download_5" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_next_10"
|
|
|
|
android:title="@string/download_10" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_custom"
|
|
|
|
android:title="@string/download_custom" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_unread"
|
|
|
|
android:title="@string/download_unread" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/download_all"
|
|
|
|
android:title="@string/download_all" />
|
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
</menu>
|