Hey folk, I've noticed that while increasing the s...
# compose
e
Hey folk, I've noticed that while increasing the size of a
Box
or an
Image
inside a
Box(modifier = Modifier.fillMaxSize())
, the width or the height of the
Image
doesn't exceed the size of the parent layout, is there a way to prevent that behaviour without having to use
Modifier.scale()
?
a
Check the
contentScale
parameter of
Image
.
e
it doesn't solve the problem
e
Well it will if you give it a chance blob wink
c
Do you have an example code that repros the problem? I'd like to try to help you figure it out. i had some weird image scaling problems last week. lol