RELEASE NOTES
- Update gradle version
- Update compile, target & min sdk Version
- Remove allowBackup & supportsRtl on library
- Improve sample
- Update script to publish on jcenter
- New properties to set background color for png ->
civ_background_color
or setBackgroundColor
- CircularImageView extends now AppCompatImageView, you can used
app:srcCompat
- Update Licence file Apache Version 2.0
- You can now set shadowGravity with
setShadowGravity
method or with civ_shadow_gravity
(center, top, bottom, start or end)
- Add ColorFilter support
- Improve drawableToBitmap method
- Replace cropBitmap method by center image in shader with this default size to fix memory leak from this method
USAGE
implementation 'com.mikhaellopez:circularimageview:3.1.0'