Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created July 28, 2021 07:41
Show Gist options
  • Save zsoltk/587b3b5575950958cb1cccea3562639a to your computer and use it in GitHub Desktop.
Save zsoltk/587b3b5575950958cb1cccea3562639a to your computer and use it in GitHub Desktop.
@Composable
fun Piece(pieceModel: Piece) {
Icon(
painter = painterResource(id = pieceModel.asset),
tint = Color.Unspecified
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment