Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created January 9, 2021 11:24
Show Gist options
  • Save dllewellyn/f1f2ad7be4e5d9686be1b861153383c7 to your computer and use it in GitHub Desktop.
Save dllewellyn/f1f2ad7be4e5d9686be1b861153383c7 to your computer and use it in GitHub Desktop.
val shapes = Shapes(
small = RoundedCornerShape(4.dp),
medium = RoundedCornerShape(4.dp),
large = RoundedCornerShape(0.dp)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment