summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-05-08 11:24:59 +0200
committerByteHamster <info@bytehamster.com>2022-05-08 21:28:59 +0200
commit934e2802f8a6f9552489726ef1a43f1476eda233 (patch)
treec7a4d52ee30d17f305b6624cf02e9563f32d906d /app/src/main/res
parent2e999aef6271664578f95a9cf2a365857525b4ac (diff)
downloadAntennaPod-934e2802f8a6f9552489726ef1a43f1476eda233.zip
Remove 'mark all as read' button
Now available through multi-select
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/menu/episodes.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main/res/menu/episodes.xml b/app/src/main/res/menu/episodes.xml
index 75f7df861..4e6da923b 100644
--- a/app/src/main/res/menu/episodes.xml
+++ b/app/src/main/res/menu/episodes.xml
@@ -24,12 +24,4 @@
android:visible="false"
custom:showAsAction="ifRoom"/>
- <item
- android:id="@+id/mark_all_read_item"
- android:title="@string/mark_all_read_label"
- android:menuCategory="container"
- custom:showAsAction="collapseActionView"
- android:visible="false"
- android:icon="@drawable/ic_check"/>
-
</menu>