Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Last active January 6, 2022 12:06
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 igorescodro/0e553c91dccfa6c2ec6e62e47980867b to your computer and use it in GitHub Desktop.
Save igorescodro/0e553c91dccfa6c2ec6e62e47980867b to your computer and use it in GitHub Desktop.
Button(
text = "Home",
modifier = GlanceModifier.clickable(actionStartActivity<HomeActivity>())
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment