Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created April 4, 2023 07:28
Show Gist options
  • Save alohaabhi/ffa92ebd368538657bed43c9e5ce8246 to your computer and use it in GitHub Desktop.
Save alohaabhi/ffa92ebd368538657bed43c9e5ce8246 to your computer and use it in GitHub Desktop.
Text(
text = "Hello",
modifier = Modifier
.padding(16.dp)
.background(Color.LightGray)
.clip(CircleShape)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment