Created
February 3, 2020 19:39
-
-
Save fluxtah/5b193941e9f1e93a098a51b820ee6c6b 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
@Composable | |
private fun PianoKey() { | |
ColoredRect( | |
modifier = LayoutPadding(right = 1.dp), | |
color = Color.White, | |
height = 64.dp, | |
width = 16.dp | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment