mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 14:25:13 +01:00
05cb2c0b6b
And with this, the filter bottom sheet is done
17 lines
602 B
XML
17 lines
602 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<group
|
|
android:id="@+id/reorder_group"
|
|
android:checkableBehavior="single">
|
|
<item
|
|
android:id="@+id/action_no_unread"
|
|
android:title="@string/action_display_hide_unread" />
|
|
<item
|
|
android:id="@+id/action_any_unread"
|
|
android:title="@string/action_display_any_unread" />
|
|
<item
|
|
android:id="@+id/action_all_unread"
|
|
android:title="@string/action_display_all_unread" />
|
|
</group>
|
|
</menu> |