lopspower / CircularImageView

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

Shadow Radius Should be in 'dp'. #123

Closed zubairzahoor closed 4 years ago

zubairzahoor commented 4 years ago

On different screen sizes we are getting different circle proportions because the shadow takes up a lot of space in smaller devices. It should be in dp to avoid any issues.

lopspower commented 4 years ago

It's now available on the last version:

implementation 'com.mikhaellopez:circularimageview:4.2.0'