Created
September 17, 2016 08:51
-
-
Save wei-spring/79ad624d9cdadaaef2a4f35ee51d8063 to your computer and use it in GitHub Desktop.
CircularImageView 对应的attrs.xml文件
This file contains 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
<?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