Skip to content

Instantly share code, notes, and snippets.

@r4hulp
Created August 20, 2015 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r4hulp/b5af28e9a14633c9d4df to your computer and use it in GitHub Desktop.
Save r4hulp/b5af28e9a14633c9d4df to your computer and use it in GitHub Desktop.
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