Alex Styl
12/24/2024, 10:33 AMFlowRow {
Image(
painter = painterResource(R.drawable.image),
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = Modifier
.weight(1f)
.height(height = 200.dp)
)
Image(
painter = painterResource(R.drawable.image),
contentDescription = null,
contentScale = ContentScale.Crop,
modifier = Modifier
.weight(1f)
.height(height = 200.dp)
)
}
Alex Styl
12/24/2024, 11:03 AMmatchParentSize()
on the imageLouis Pullen-Freilich [G]
12/24/2024, 3:12 PMAlex Styl
12/25/2024, 1:34 AMAlex Styl
12/25/2024, 1:34 AMLouis Pullen-Freilich [G]
12/26/2024, 1:29 PM