Skip to content

Instantly share code, notes, and snippets.

@zurche
Created August 11, 2023 14:28
Show Gist options
  • Save zurche/36dc1b597b6d89f94bff1c1410ccf697 to your computer and use it in GitHub Desktop.
Save zurche/36dc1b597b6d89f94bff1c1410ccf697 to your computer and use it in GitHub Desktop.
// ...
Card(
modifier = Modifier
.padding(10.dp)
.fillMaxWidth()
.height(300.dp),
shape = CubicBezierCardShape(), // <--- Here!
colors = CardDefaults.cardColors(containerColor = Color.Transparent)
) {
AnimatedVisibility(
visible = animatedVisibility,
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment