summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/gpodder_podcasts.xml
blob: 93d93157ae1d2c391d1ed54ebf84ca019141ea7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>