Skip to content

Instantly share code, notes, and snippets.

@gabrielbmoro
Created March 10, 2023 18:40
Show Gist options
  • Save gabrielbmoro/c7f3105c752bf9c1eeee086e361edc89 to your computer and use it in GitHub Desktop.
Save gabrielbmoro/c7f3105c752bf9c1eeee086e361edc89 to your computer and use it in GitHub Desktop.
AccessibilityArticle
Card(
modifier = modifier
.height(120.dp)
.width(200.dp)
.clip(RoundedCornerShape)
.clickable(
onClick = clickEvent
),
backgroundColor = backgroundColor
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment