Skip to content

Instantly share code, notes, and snippets.

@shikto1
Last active July 11, 2018 12:31
Show Gist options
  • Save shikto1/c6977320133e32b3e7c2c896f9d63b47 to your computer and use it in GitHub Desktop.
Save shikto1/c6977320133e32b3e7c2c896f9d63b47 to your computer and use it in GitHub Desktop.
<?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"
xmlns:tools="http://schemas.android.com/tools">
<item
android:id="@+id/action_search"
android:icon="@android:drawable/ic_menu_search"
android:title="Search"
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