2015-10-02 18:27:25 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-24 02:51:37 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2015-12-29 01:00:05 +01:00
|
|
|
|
2020-01-24 02:51:37 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_move_to_category"
|
2020-03-14 21:04:14 +01:00
|
|
|
android:icon="@drawable/ic_label_24dp"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_move_category"
|
2020-03-14 21:04:14 +01:00
|
|
|
app:iconTint="?attr/colorOnPrimary"
|
2020-03-08 20:50:07 +01:00
|
|
|
app:showAsAction="always" />
|
2015-10-02 18:27:25 +02:00
|
|
|
|
2020-07-04 16:54:01 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_download_unread"
|
|
|
|
android:icon="@drawable/ic_get_app_24dp"
|
|
|
|
android:title="@string/action_download_unread"
|
|
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2020-01-24 02:51:37 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_delete"
|
2020-03-14 21:04:14 +01:00
|
|
|
android:icon="@drawable/ic_delete_24dp"
|
2020-01-24 02:51:37 +01:00
|
|
|
android:title="@string/action_delete"
|
2020-03-14 21:04:14 +01:00
|
|
|
app:iconTint="?attr/colorOnPrimary"
|
2020-03-08 20:50:07 +01:00
|
|
|
app:showAsAction="always" />
|
2020-01-19 02:33:43 +01:00
|
|
|
|
|
|
|
</menu>
|