mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:45:06 +01:00
22 lines
699 B
XML
22 lines
699 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item android:id="@+id/action_bookmark"
|
||
|
android:title="@string/action_bookmark"
|
||
|
android:visible="true" />
|
||
|
|
||
|
<item android:id="@+id/action_remove_bookmark"
|
||
|
android:title="@string/action_remove_bookmark"
|
||
|
android:visible="true" />
|
||
|
|
||
|
<item android:id="@+id/action_mark_as_read"
|
||
|
android:title="@string/action_mark_as_read" />
|
||
|
|
||
|
<item android:id="@+id/action_mark_as_unread"
|
||
|
android:title="@string/action_mark_as_unread" />
|
||
|
|
||
|
<item android:id="@+id/action_mark_multiple"
|
||
|
android:title="@string/action_mark_multiple"/>
|
||
|
|
||
|
</menu>
|