mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-12-22 21:30:41 +03:00
22 lines
No EOL
712 B
XML
22 lines
No EOL
712 B
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_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> |