CircularImageView
This is an Android project allowing to realize a circular ImageView in the simplest way possible.
USAGE
To make a circular ImageView add CircularImageView in your layout XML and add CircularImageView library in your project or you can also grab it via Gradle:
XML
You must use the following properties in your XML to change your CircularImageView.
Properties:
app:civ_border
(boolean) -> default trueapp:civ_border_color
(color) -> default WHITEapp:civ_border_width
(dimension) -> default 4dpapp:civ_shadow
(boolean) -> default falseapp:civ_shadow_color
(color) -> default BLACKapp:civ_shadow_radius
(float) -> default 8.0f