Skip to content

Instantly share code, notes, and snippets.

@wei-spring
Created September 17, 2016 08:51
Show Gist options
  • Save wei-spring/79ad624d9cdadaaef2a4f35ee51d8063 to your computer and use it in GitHub Desktop.
Save wei-spring/79ad624d9cdadaaef2a4f35ee51d8063 to your computer and use it in GitHub Desktop.
CircularImageView 对应的attrs.xml文件
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CircularImageView">
<attr name="civ_border" format="boolean"/>
<attr name="civ_border_width" format="dimension"/>
<attr name="civ_border_color" format="color"/>
<attr name="civ_shadow" format="boolean"/>
<attr name="civ_shadow_color" format="color"/>
<attr name="civ_shadow_radius" format="float"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment