Time:12-02
if anyone can tell me how to draw this shape
CodePudding user response:
Easiest way you can do it is Modifier.border(2.dp, RoundedCornerShape(50)) on your Text(modifier = Modifier.border(2.dp, RoundedCornerShape(50)))
Modifier.border(2.dp, RoundedCornerShape(50))
Text(modifier = Modifier.border(2.dp, RoundedCornerShape(50)))
Page link:https//www.codepudding.com/Blockchain/629445.html