Dekroo
12/23/2024, 1:22 PMImage(
painter = painterResource(R.drawable._448_profilecover_1682290871382), //placeholder
contentDescription = "",
modifier = Modifier
.padding(5.dp)
.border(
border = BorderStroke(
width = 2.dp,
color = colorResource(id = R.color.black)
)
)
.wrapContentSize()
)
I have no idea what more can i do to make it workAlbertas
12/23/2024, 2:58 PM