2020-03-03 09:26:17 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
2020-03-03 21:37:28 +01:00
|
|
|
<item android:id="@+id/action_bookmark"
|
|
|
|
android:title="@string/action_bookmark"
|
|
|
|
android:visible="true" />
|
2020-03-03 09:26:17 +01:00
|
|
|
|
2020-03-03 21:37:28 +01:00
|
|
|
<item android:id="@+id/action_remove_bookmark"
|
|
|
|
android:title="@string/action_remove_bookmark"
|
|
|
|
android:visible="true" />
|
2020-03-03 09:26:17 +01:00
|
|
|
</menu>
|