Pablo
03/03/2025, 5:50 PMColumn(horizontalAlignment = Alignment.Start) {
Image(modifier = Modifier.fillMaxWidth().background(Color.Yellow),
painter = painterResource(imageResource),
contentDescription = null)
}
Pablo
03/03/2025, 5:55 PMChrimaeon
03/03/2025, 5:56 PMcontentScale
parameter to adjust how the painter filles the container.Pablo
03/03/2025, 5:56 PMPablo
03/03/2025, 5:57 PMPablo
03/03/2025, 5:59 PMChrimaeon
03/03/2025, 6:00 PMPablo
03/03/2025, 6:01 PMPablo
03/03/2025, 6:02 PMPablo
03/03/2025, 6:02 PMChrimaeon
03/03/2025, 6:04 PMPablo
03/03/2025, 6:04 PMPablo
03/03/2025, 6:04 PMOwen
03/04/2025, 1:27 PM