更加细腻的阴影效果,在一些提高用户体验的特殊场景使用
<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);
看了PPMusicImageShadow的效果,抽时间做了简单实现没有上传Jcenter库,可能会有潜在的问题做学习交流使用,期待大家有更好的实现方式。
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: