Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
iv_4.load(IMAGE_URL){
placeholder(R.mipmap.ic_launcher)
error(R.mipmap.ic_launcher_round)
transformations(BlurTransformation(applicationContext))
transformations(CircleCropTransformation())
}
bus noly use transformations(CircleCropTransformation()),how can i use BlurTransformation and CircleCropTransformation together?
Beta Was this translation helpful? Give feedback.
All reactions