summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-08-30 14:53:43 +0200
committerByteHamster <info@bytehamster.com>2019-08-30 15:10:00 +0200
commit32937a842d8e4714b316eee0b79077320a6e6d27 (patch)
tree47741579f386e1f949d09b8e2d04a8dc38ed4850 /app/src/main/res
parent862e86850faed63073aba2b0ba7792fc25c26959 (diff)
downloadAntennaPod-32937a842d8e4714b316eee0b79077320a6e6d27.zip
Moved options menu handling to child classes
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/menu/episodes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/menu/episodes.xml b/app/src/main/res/menu/episodes.xml
index 2bb7d1d06..1e1aa8f56 100644
--- a/app/src/main/res/menu/episodes.xml
+++ b/app/src/main/res/menu/episodes.xml
@@ -30,6 +30,7 @@
android:title="@string/mark_all_read_label"
android:menuCategory="container"
custom:showAsAction="collapseActionView"
+ android:visible="false"
android:icon="?attr/navigation_accept"/>
<item
@@ -37,6 +38,7 @@
android:title="@string/remove_all_new_flags_label"
android:menuCategory="container"
custom:showAsAction="collapseActionView"
+ android:visible="false"
android:icon="?attr/navigation_accept"/>
</menu>