Lilly
01/27/2022, 1:28 AMSimon Stahl
01/27/2022, 1:36 AMBox(
modifier = Modifier.size(50.dp).background(Color.Red),
contentAlignment = Alignment.Center
) {
Text(text = "XXX")
}Simon Stahl
01/27/2022, 1:36 AMpaint() to the boxChris Sinco [G]
01/27/2022, 4:51 PMcontentAlignment on Box is your friend