Eric Ampire [MOD]
04/24/2023, 11:16 AMBox
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()
?Albert Chang
04/24/2023, 12:37 PMcontentScale
parameter of Image
.Eric Ampire [MOD]
04/24/2023, 11:13 PMefemoney
04/25/2023, 5:55 AMColton Idle
04/25/2023, 12:48 PM