Created
January 9, 2021 11:24
-
-
Save dllewellyn/f1f2ad7be4e5d9686be1b861153383c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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