2015-11-30 18:45:45 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2016-04-14 17:37:21 +02:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-11-30 18:45:45 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_download"
|
2016-02-09 16:50:26 +01:00
|
|
|
android:title="@string/action_download"
|
2016-04-14 17:37:21 +02:00
|
|
|
android:visible="true" />
|
2015-11-30 18:45:45 +01:00
|
|
|
|
2016-11-06 13:33:00 +01:00
|
|
|
<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" />
|
|
|
|
|
2015-11-30 18:45:45 +01:00
|
|
|
<item android:id="@+id/action_delete"
|
2016-02-09 16:50:26 +01:00
|
|
|
android:title="@string/action_delete"
|
2016-04-14 17:37:21 +02:00
|
|
|
android:visible="false" />
|
2015-11-30 18:45:45 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_mark_as_read"
|
2016-04-14 17:37:21 +02:00
|
|
|
android:title="@string/action_mark_as_read" />
|
2015-11-30 18:45:45 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_mark_as_unread"
|
2016-04-14 17:37:21 +02:00
|
|
|
android:title="@string/action_mark_as_unread" />
|
2016-01-19 16:35:36 +01:00
|
|
|
|
2016-02-09 16:50:26 +01:00
|
|
|
<item android:id="@+id/action_mark_previous_as_read"
|
|
|
|
android:title="@string/action_mark_previous_as_read"/>
|
2016-01-19 16:35:36 +01:00
|
|
|
|
2015-11-30 18:45:45 +01:00
|
|
|
</menu>
|