BlurShadowImageView
This library provides blurred drop shadows to ImageView similar to iOS backdrop shadows.Provides fast canvas draw as no renderscript needed .The similar shadow blurred effects can also be seen in iOS Music App.
Download Demo App
Download the demo app .apk
file here
Scan to Download
Installation
Add it in your root build.gradle at the end of repositories :
Add the following dependency to your app build.gradle file :
How to use
Using Xml to config
Use Java code to config
Load image with Picasso
Image Blur Backdrop Offset
Documentation
Name | Format | Default | Details |
---|---|---|---|
app:v_imageSrc | reference | image | sets image to the ImageView |
app:v_imageRound | dimension | 10dp | sets border radius to the ImageView |
app:v_shadowOffset | dimension | 40dp | configure the distance between the Image and the Shadow |