Created
January 18, 2021 20:05
-
-
Save sasssass/356cff09159da1bc72275765132c32d5 to your computer and use it in GitHub Desktop.
imageResource.kt
This file contains 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
Image(imageResource(R.drawable.header) , | |
modifier = Modifier.height(40.dp). | |
clip(shape = RoundedCornerShape(8.dp)), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment