Skip to content

Instantly share code, notes, and snippets.

@navczydev
Last active October 8, 2021 02:16
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 navczydev/09b183f8b21510ff113e119f6fd66c06 to your computer and use it in GitHub Desktop.
Save navczydev/09b183f8b21510ff113e119f6fd66c06 to your computer and use it in GitHub Desktop.
Row(
Modifier.clickable(
onClickLabel = stringResource(R.string.post_card_hostiry_click_label) // read article
) { navigateToArticle(post.id) }
) {
// content
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment