Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created June 1, 2019 23:02
Show Gist options
  • Select an option

  • Save Ikhiloya/ce0830ea5345709b3a890d5529d03728 to your computer and use it in GitHub Desktop.

Select an option

Save Ikhiloya/ce0830ea5345709b3a890d5529d03728 to your computer and use it in GitHub Desktop.
Options menu for Search
<?xml version="1.0" encoding="utf-8"?><!-- Options Menu for Search-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/search"
android:icon="@drawable/ic_search_24dp"
android:title="@string/menu_search"
app:showAsAction="always|collapseActionView" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment