aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/search_activity_options.xml
blob: 300be943ca4a25d7fbab655114b515202aa817eb (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:app="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/menu_search_own_caches"
        android:icon="@drawable/ic_menu_myplaces"
        android:title="@string/search_own_caches"
        app:showAsAction="ifRoom|withText"
        >
    </item>

</menu>