summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/gpodder_podcasts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/gpodder_podcasts.xml')
-rw-r--r--app/src/main/res/menu/gpodder_podcasts.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/menu/gpodder_podcasts.xml b/app/src/main/res/menu/gpodder_podcasts.xml
deleted file mode 100644
index 93d93157a..000000000
--- a/app/src/main/res/menu/gpodder_podcasts.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:custom="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/action_search"
- android:icon="?attr/action_search"
- custom:showAsAction="collapseActionView|ifRoom"
- custom:actionViewClass="androidx.appcompat.widget.SearchView"
- android:title="@string/search_label"/>
-
-</menu>