Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Created November 21, 2017 16:18
Show Gist options
  • Save ziginsider/a413b240ff7af7dc6ba9ab4b4811d507 to your computer and use it in GitHub Desktop.
Save ziginsider/a413b240ff7af7dc6ba9ab4b4811d507 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout ...
<LinearLayout ...
<Button
android:id="@+id/share_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="Share content" />
...
</LinearLayout>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment