Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created January 25, 2020 19:18
Show Gist options
  • Save zsoltk/65f91769be25aa0d9dc76887960e8ff3 to your computer and use it in GitHub Desktop.
Save zsoltk/65f91769be25aa0d9dc76887960e8ff3 to your computer and use it in GitHub Desktop.
@Composable
fun Pokeball() {
Container(width = 200.dp, height = 200.dp) {
DrawImage(
image = +imageResource(R.drawable.pokeball)
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment