Skip to content

Instantly share code, notes, and snippets.

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