Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created January 16, 2020 14: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 wajahatkarim3/63888134a678ac482f931e87ae127225 to your computer and use it in GitHub Desktop.
Save wajahatkarim3/63888134a678ac482f931e87ae127225 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">
<item android:title="Search"
android:icon="@drawable/ic_baseline_search_24"
app:showAsAction="always"
android:iconTint="@color/colorWhite"/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment