更加细腻的阴影效果,在一些提高用户体验的特殊场景使用
dependencies {
compile 'com.yinglan.shadowimageview:shadowimageview:1.0.4'
}
<com.yinglan.shadowimageview.ShadowImageView
android:id="@+id/shadow"
android:layout_width="300dp"
android:layout_height="300dp"
app:shadowRound="20dp"
app:shadowSrc="@mipmap/lotus"
app:shadowColor="@color/colorAccent"/>
shadow.setImageResource(resID);
shadow.setImageDrawable(drawable);
shadow.setImageBitmap(bitmap);
shadow.setImageRadius(radius);
shadow.setImageShadowColor(color);
阴影效果的简单实现,可能会有潜在的问题做学习交流使用,期待大家有更好的实现方式。目前暂不支持直接使用加载网络图片,如需要展示网络图片可变通使用网络图片加载库,demo中有使用方法。
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: