I want to make corners of ConstraintLayout rounded without using CardView. My current code is this but not working
ConstraintLayout(
modifier
.fillMaxWidth()
.clip(RoundedCornerShape(100.dp))
)
{...}
It is working guys, I just added background after clip() and it's working fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With