Skip to content

Instantly share code, notes, and snippets.

@frzleaf
Created October 19, 2015 11:57
Show Gist options
  • Save frzleaf/7f54776f68e7f6d1d291 to your computer and use it in GitHub Desktop.
Save frzleaf/7f54776f68e7f6d1d291 to your computer and use it in GitHub Desktop.
<TextView android:text="Hello World!" android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="New Button"
android:id="@+id/button"
android:layout_below="@+id/textView"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginTop="125dp" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment