glide-transformations
Glide.with(this)
.load("http://res.lgdsunday.club/poster-1.png")
.apply(RequestOptions.bitmapTransform(new BlurTransformation(25,10)))
.into(mIvBg);就变成空白了
Glide.with(this)
.load("http://res.lgdsunday.club/poster-1.png")
.apply(RequestOptions.bitmapTransform(new BlurTransformation(25,10)))
.into(mIvBg);就变成空白了
2019-06-10
举报