Created
July 5, 2021 14:30
-
-
Save ziginsider/720e4b22c2410c80a7836ad0f95f2faf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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