vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

Background=@color does not fit in the circle #201

Closed miguegongon closed 6 years ago

miguegongon commented 6 years ago

I load a png image in roundedimageview but I need to have the black background. Background does not fit the circle, showing the square background.

vinc3m1 commented 6 years ago

It's not very efficient to use colordrawables with RoundedImageView, I'd recommend setting a pre-rounded vector or gradient drawable as a background instead