Skip to content

Instantly share code, notes, and snippets.

@mosil
Created November 17, 2014 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosil/87119711ed07967e7073 to your computer and use it in GitHub Desktop.
Save mosil/87119711ed07967e7073 to your computer and use it in GitHub Desktop.
<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"
android:icon="your icon"
android:title="your title"
android:orderInCategory="0"
app:actionViewClass="android.support.v7.widget.SearchView"
app:showAsAction="always" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment