summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/episodes_apply_action_speeddial.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/episodes_apply_action_speeddial.xml')
-rw-r--r--app/src/main/res/menu/episodes_apply_action_speeddial.xml45
1 files changed, 28 insertions, 17 deletions
diff --git a/app/src/main/res/menu/episodes_apply_action_speeddial.xml b/app/src/main/res/menu/episodes_apply_action_speeddial.xml
index 0ebcb238c..944d2e7c9 100644
--- a/app/src/main/res/menu/episodes_apply_action_speeddial.xml
+++ b/app/src/main/res/menu/episodes_apply_action_speeddial.xml
@@ -1,34 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
<!-- the order is opposite of the typical menu:
catered to FAB speed dial, which somehow shows the item in reverse.
E.g., item @id/delete_batch is the first in the xml,
visually it will be shown at the bottom of the list of actions.
-->
- <item android:id="@+id/delete_batch"
+ <item
+ android:id="@+id/delete_batch"
android:icon="@drawable/ic_delete"
- android:title="@string/delete_episode_label"
- />
- <item android:id="@+id/download_batch"
+ android:title="@string/delete_episode_label" />
+
+ <item
+ android:id="@+id/download_batch"
android:icon="@drawable/ic_download"
- android:title="@string/download_label"
- />
- <item android:id="@+id/mark_unread_batch"
+ android:title="@string/download_label" />
+
+ <item
+ android:id="@+id/mark_unread_batch"
android:icon="@drawable/ic_mark_unplayed"
- android:title="@string/mark_unread_label"
- />
+ android:title="@string/mark_unread_label" />
+
<item
android:id="@+id/mark_read_batch"
android:icon="@drawable/ic_mark_played"
- android:title="@string/mark_read_label"
- />
- <item android:id="@+id/remove_from_queue_batch"
+ android:title="@string/mark_read_label" />
+
+ <item
+ android:id="@+id/remove_from_queue_batch"
android:icon="@drawable/ic_playlist_remove"
- android:title="@string/remove_from_queue_label"
- />
+ android:title="@string/remove_from_queue_label" />
+
<item
android:id="@+id/add_to_queue_batch"
android:icon="@drawable/ic_playlist_play"
- android:title="@string/add_to_queue_label"
- />
+ android:title="@string/add_to_queue_label" />
+
+ <item
+ android:id="@+id/remove_from_inbox_batch"
+ android:icon="@drawable/ic_check"
+ android:title="@string/remove_inbox_label" />
+
</menu>