答案 0 :(得分:5)
试试这个Library简单易用。
dependencies {
compile 'jp.wasabeef:blurry:2.0.3'
}
父级必须是ViewGroup
Blurry.with(context).radius(25).sampling(2).onto((ViewGroup) rootView);
向
Blurry.with(context).capture(view).into(imageView);
Blurry.with(context)
.radius(10)
.sampling(8)
.color(Color.argb(66, 255, 255, 0))
.async()
.animate(500)
.onto(rootView);
输出:
答案 1 :(得分:-4)
在xml布局中为模糊图像设置alpha