mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 22:42:49 +01:00
38 lines
1.0 KiB
XML
38 lines
1.0 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>
|