Tolriq
09/18/2022, 10:28 AMstartCurvedContent
and endCurvedContent
to add a round borders on each side like a curved chip.John Nichol
09/19/2022, 4:20 PMCurvedModifiers
with TimeText.
@Sergio Sancho can you provide detailsTolriq
09/19/2022, 4:30 PMSergio Sancho
09/20/2022, 11:14 AMbasicCurvedText(
...
modifier = CurvedModifier.background(Color.White.copy(alpha = 0.3f), StrokeCap.Round)
)
Tolriq
09/20/2022, 11:24 AMSergio Sancho
09/20/2022, 11:48 AMSergio Sancho
09/21/2022, 10:42 AM