Skip to content

Instantly share code, notes, and snippets.

@robillo
Created August 8, 2017 16:38
Show Gist options
  • Save robillo/78dde677ba642dd4ec00d151190599d1 to your computer and use it in GitHub Desktop.
Save robillo/78dde677ba642dd4ec00d151190599d1 to your computer and use it in GitHub Desktop.
attrs
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MyCustomView">
<attr name="square_color" format="color"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment