mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2025-01-03 19:17:29 +03:00
37 lines
1 KiB
XML
37 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_download"
|
|
android:title="@string/action_download"
|
|
android:visible="true" />
|
|
|
|
<item
|
|
android:id="@+id/action_delete"
|
|
android:title="@string/action_delete"
|
|
android:visible="false" />
|
|
|
|
<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_previous_as_read"
|
|
android:title="@string/action_mark_previous_as_read" />
|
|
|
|
</menu>
|