lopspower / CircularImageView

Create circular ImageView in Android in the simplest way possible
Apache License 2.0
1.95k stars 413 forks source link

About use glide library but the image is not show #135

Open Molzx opened 3 years ago

Molzx commented 3 years ago

Hi, I encountered loading problem with glide library. The link I want to load begins with 'https' but there is no action for loading. I try to use it // .transition(DrawableTransitionOptions.withCrossFade()) , but is not work.