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