调整直播间背景毛玻璃值,因为重设了背景大小
This commit is contained in:
parent
7d72a65f89
commit
211874b3ae
@ -330,7 +330,7 @@ public class ImgLoader {
|
||||
}
|
||||
Glide.with(context).asBitmap().load(url)
|
||||
.skipMemoryCache(SKIP_MEMORY_CACHE)
|
||||
.apply(RequestOptions.bitmapTransform(new BlurTransformation(100)))
|
||||
.apply(RequestOptions.bitmapTransform(new BlurTransformation(20)))
|
||||
.placeholder(R.mipmap.live_bg)
|
||||
.into(new CustomTarget<Bitmap>() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user