Skip to content

Instantly share code, notes, and snippets.

@vipulasri
Created March 12, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipulasri/96a9703506d63389b0c97a91c8f72694 to your computer and use it in GitHub Desktop.
Save vipulasri/96a9703506d63389b0c97a91c8f72694 to your computer and use it in GitHub Desktop.
JetDelivery-banner-rounded-corner
@Composable
fun showBannerElement() {
Container(width = 150.dp, height = 178.dp) {
Clip(shape = RoundedCornerShape(5.dp)) {
DrawImage(image = imageResource(id = R.drawable.placeholder_banner))
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment