最近项目中要实现类似网易云播放器背景,效果如下
废话不多说,上代码
是不是很简单,
imgBackground是需要设置背景的控件,BlurTransformation第一个参数是模糊半径,最大为25,第二个参数是模糊程度,还有最重要的一点一定要加一层灰色遮罩,不然白色图片高斯模糊之后过亮会影响其他控件,上最终效果啦
别忘了添加依赖哦
implementation ‘com.github.bumptech.glide:glide:4.11.0’
annotationProcessor ‘com.github.bumptech.glide:compiler:4.10.0’
implementation ‘jp.wasabeef:glide-transformations:3.0.1’