MostafaGazar / CustomShapeImageView

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
http://mostafagazar.github.io/CustomShapeImageView
Apache License 2.0
1.62k stars 425 forks source link

How can i disable the Circle shape #7

Closed doronguy closed 9 years ago

doronguy commented 9 years ago

I'm using it on adapter which some of the image should be regular and some in Circle shape. Is there a way ?

MostafaGazar commented 9 years ago

You can use 2 view types and use CircleImageView and RectangleImageView. Another option would be to use SvgImageView and set mSvgRawResourceId on your own.