blob: d5ce53a28c265cbee1e8a4d62083d7dee2e973de [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/identification_search"
android:icon="@drawable/ic_search_black_24dp"
android:title="@string/identification_search"
app:showAsAction="always"
app:actionViewClass="androidx.appcompat.widget.SearchView"/>
</menu>