Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Created July 5, 2021 14:30
Show Gist options
  • Save ziginsider/720e4b22c2410c80a7836ad0f95f2faf to your computer and use it in GitHub Desktop.
Save ziginsider/720e4b22c2410c80a7836ad0f95f2faf to your computer and use it in GitHub Desktop.
<resources>
<declare-styleable name="CustomView">
<attr name="custom_color" format="color" />
<attr name="custom_style" format="enum">
<enum name="fill" value="0" />
<enum name="stroke" value="1" />
</attr>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment