Skip to content

Instantly share code, notes, and snippets.

@mttkay
Created June 26, 2012 10:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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