Skip to content

Instantly share code, notes, and snippets.

@demonar
Created December 23, 2019 23:58
Show Gist options
  • Save demonar/1c890365de7328c3add6906899762f03 to your computer and use it in GitHub Desktop.
Save demonar/1c890365de7328c3add6906899762f03 to your computer and use it in GitHub Desktop.
<?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/searchView"
android:icon="@drawable/ic_search_black_24dp"
android:title="Search"
app:showAsAction="always"
app:actionViewClass="androidx.appcompat.widget.SearchView" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment