Skip to content

Instantly share code, notes, and snippets.

@Karthik128
Created July 8, 2015 19:43
Show Gist options
  • Save Karthik128/06e0bbd3638ce2394c24 to your computer and use it in GitHub Desktop.
Save Karthik128/06e0bbd3638ce2394c24 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" tools:context=".MainActivity">
<item
android:id="@+id/share"
android:title="@string/share"
android:showAsAction="ifRoom"
android:actionProviderClass="android.widget.ShareActionProvider"/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment