jom*_*rge 2 android image-scaling android-imageview android-glide
我熟悉glide中的fitcenter和centercrop。但是有可能制作像这样的图像吗
有什么想法可以实现它吗?
使用两个 imageView。一个较小且高于另一个。然后使用这个库,将这段代码用于背景图片
Glide.with(this).load(R.drawable.demo)
.apply(bitmapTransform(new BlurTransformation(25)))
.into((ImageView) findViewById(R.id.image));
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1169 次 |
| 最近记录: |