极限第五天

  Glide.with(this).load(R.drawable.head)
                .bitmapTransform(new BlurTransformation(this, 25), new CenterCrop(this))
                .into(blurImageView);
 
        Glide.with(this).load(R.drawable.head)
                .bitmapTransform(new CropCircleTransformation(this))
                .into(avatarImageView);

posted @ 2020-04-22 22:24  明月照我还  阅读(73)  评论(0编辑  收藏  举报