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