vinc3m1 / RoundedImageView

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

some mistakes #195

Closed ziabo closed 6 years ago

ziabo commented 7 years ago

i use glide to load image into RoundImageView skipCachememory is false ,then i find when i first load the imageView is not round but the second it is round,so why?

vinc3m1 commented 6 years ago

Use glide transformations instead: https://github.com/wasabeef/glide-transformations. RoundedImageView is not needed.