Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created February 3, 2020 19:48
Show Gist options
  • Save fluxtah/f25ed17c7927fa270a3e47424d806ec5 to your computer and use it in GitHub Desktop.
Save fluxtah/f25ed17c7927fa270a3e47424d806ec5 to your computer and use it in GitHub Desktop.
@Composable
private fun AccidentalPianoKey(leftSpacing: Dp) {
Spacer(modifier = LayoutWidth(leftSpacing))
ColoredRect(
color = Color.Black,
height = 40.dp,
width = 13.dp
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment