Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created February 3, 2020 19:39
Show Gist options
  • Save fluxtah/5b193941e9f1e93a098a51b820ee6c6b to your computer and use it in GitHub Desktop.
Save fluxtah/5b193941e9f1e93a098a51b820ee6c6b to your computer and use it in GitHub Desktop.
@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