Created
January 25, 2020 19:18
-
-
Save zsoltk/65f91769be25aa0d9dc76887960e8ff3 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 | |
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