Custom attributes declaration for CircleImageView
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<declare-styleable name="CircleImageView"> | |
<attr name="border" format="boolean"></attr> | |
<attr name="border_width" format="dimension"></attr> | |
<attr name="border_color" format="color"></attr> | |
<attr name="shadow" format="boolean"></attr> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment