Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Last active July 28, 2021 07:45
Show Gist options
  • Save zsoltk/fbb0687044211f580477df33c20e3fe7 to your computer and use it in GitHub Desktop.
Save zsoltk/fbb0687044211f580477df33c20e3fe7 to your computer and use it in GitHub Desktop.
private fun Modifier.pill(): Modifier =
this.background(
color = someColour,
shape = RoundedCornerShape(6.dp)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment