Skip to content

Instantly share code, notes, and snippets.

@rajsuvariya
Last active September 13, 2017 18:16
Show Gist options
  • Save rajsuvariya/6db4938d6004d120aaca8f030ff79106 to your computer and use it in GitHub Desktop.
Save rajsuvariya/6db4938d6004d120aaca8f030ff79106 to your computer and use it in GitHub Desktop.
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto" >
<!-- add the following item to your menu.xml -->
<item
android:id="@+id/ic_group"
android:icon="@drawable/actionbar_group_icon.xml"
android:title="@string/group_title"
app:showAsAction="always" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment