📌
Jetpack Composeで角丸する
Image(
painter = painterResource(id = R.drawable.flower),
contentDescription = null,
modifier = Modifier.clip(RoundedCornerShape(10.dp)),
)
Image(
painter = painterResource(id = R.drawable.flower),
contentDescription = null,
modifier = Modifier.clip(RoundedCornerShape(10.dp)),
)
Discussion