Skip to content

Instantly share code, notes, and snippets.

@choiboi
Created July 9, 2014 20:28
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 choiboi/c87a9b65ab2ac4c1bcd9 to your computer and use it in GitHub Desktop.
Save choiboi/c87a9b65ab2ac4c1bcd9 to your computer and use it in GitHub Desktop.
<!-- Must have onClick attribute with the method name as the value. -->
<Button
android:id="@+id/button_xml_attribute"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_xml_attribute_text"
android:onClick="onButtonPressed" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment