summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/episodes_apply_action_speeddial.xml
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-04-04 13:12:09 -0700
committerorionlee <orionlee@yahoo.com>2019-04-04 13:12:09 -0700
commitdfe2241b4c60980df43991a574105cdbb97a33d8 (patch)
treefb4e083c61449d0845293e7cfa89cb8629171237 /app/src/main/res/menu/episodes_apply_action_speeddial.xml
parentb683d33bcb94f565367d28f504499e100b5839af (diff)
downloadAntennaPod-dfe2241b4c60980df43991a574105cdbb97a33d8.zip
bulk remove episodes from queue - UI - icon for dark themes.
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.xml4
1 files changed, 2 insertions, 2 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 6c00982e6..88f036914 100644
--- a/app/src/main/res/menu/episodes_apply_action_speeddial.xml
+++ b/app/src/main/res/menu/episodes_apply_action_speeddial.xml
@@ -2,7 +2,7 @@
<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 is the first in the xml,
+ 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"
@@ -23,7 +23,7 @@
android:title="@string/mark_read_label"
/>
<item android:id="@+id/remove_from_queue_batch"
- android:icon="@drawable/ic_remove_grey600"
+ android:icon="?attr/content_remove_from_queue"
android:title="@string/remove_from_queue_label"
/>
<item