Skip to content

Instantly share code, notes, and snippets.

@mttkay
Created June 26, 2012 10:43
Show Gist options
  • Save mttkay/2994973 to your computer and use it in GitHub Desktop.
Save mttkay/2994973 to your computer and use it in GitHub Desktop.
Android declare-styleable sample
<resources>
<declare-styleable name="MyWidget">
<attr name="bool_attr" format="boolean" />
<attr name="int_attr" format="integer" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment