More exquisite shadow effect, used in some special scene to enhance the user experience.
dependencies {
    compile 'com.yinglan.shadowimageview:shadowimageview:1.0.3'
}
	    <com.yinglan.shadowimageview.ShadowImageView
	            android:id="@+id/shadow"
                android:layout_width="300dp"
                android:layout_height="300dp"
                app:shadowRound="20dp"
                app:shadowSrc="@mipmap/lotus" />
    shadow.setImageResource(resID); 
    shadow.setImageDrawable(drawable); 
    shadow.setImageBitmap(bitmap);
    shadow.setImageRadius(radius);
The work done has been licensed under Apache License 2.0. The license file can be found here. You can find out more about the license at:


