mgrazianodecastro
09/12/2022, 4:09 AMromainguy
09/12/2022, 4:17 AMromainguy
09/12/2022, 4:17 AMromainguy
09/12/2022, 4:17 AMromainguy
09/12/2022, 4:19 AMmgrazianodecastro
09/12/2022, 6:10 PMLazyColumn(...){
...
Box(contentAlignment = Alignment.Center,
modifier = Modifier.fillMaxWidth(0.84f).drawBehind {
val path = Path()
path.addRoundRect(RoundRect(rect = Rect(...)))
drawPath(path = pathLayer1, blendMode = BlendMode.Overlay, ...)
}
){
...
}
where each Box would be an element of the lazy columnromainguy
09/12/2022, 6:34 PMmgrazianodecastro
09/12/2022, 6:35 PM