Skip to content

Instantly share code, notes, and snippets.

@markojerkic
Last active April 1, 2017 14:34
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 markojerkic/7470a792fb6507333afd4758b134b7ac to your computer and use it in GitHub Desktop.
Save markojerkic/7470a792fb6507333afd4758b134b7ac to your computer and use it in GitHub Desktop.
Add a button
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/button"
android:text="Hi!"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment