Replies: 1 comment
-
Any solutions? |
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
-
Whenever I added transformation to image it getting scaled to center crop. I had tried setting scale type to FIT and FITXY by
programmatically and by XML but none of the method works.
I want to scale the image to fit imageview and want to set the rounded corner for image, but whenever I tried to add transformation to the image it's getting scaled to center crop.
library version
implementation("io.coil-kt:coil:2.0.0-rc02")
Beta Was this translation helpful? Give feedback.
All reactions