Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created December 11, 2017 13:56
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 nhoxbypass/261dfa4a8c5b4d225b84c81257bdb017 to your computer and use it in GitHub Desktop.
Save nhoxbypass/261dfa4a8c5b4d225b84c81257bdb017 to your computer and use it in GitHub Desktop.
<Button
android:id="@+id/check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/start"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/check"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment