Skip to content

Instantly share code, notes, and snippets.

@espritm
Last active March 22, 2017 16:50
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 espritm/5f48bb2f26e53e1b8b19c00662086501 to your computer and use it in GitHub Desktop.
Save espritm/5f48bb2f26e53e1b8b19c00662086501 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:id="@+id/share"
android:title="@string/share"
android:icon="@drawable/appicon_share"
app:showAsAction="always"/>
<item
android:id="@+id/moreoption"
android:title="@string/moreOption"
app:showAsAction="never" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment