cesards / SuperImageView

Crop and Rounded Corners added to an ImageView.
MIT License
654 stars 111 forks source link

Can't use with Picasso #23

Closed manenga closed 6 years ago

manenga commented 7 years ago

I use Picasso to load my images but I need to use this library to correctly center my images but because this library extends FrameLayout and its imageView is private, I'm not able to use it. Any ways around this?

cesards commented 6 years ago

I'll have a look. Let's see what can I do about it :-)

cesards commented 6 years ago

The library doesn't extend FrameLayout. This should be working in the next release. Let me know if you have any more problems :)