Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created November 2, 2022 20:20
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 victorbrndls/1f6ccac8cf4e21a009ec776e700a48de to your computer and use it in GitHub Desktop.
Save victorbrndls/1f6ccac8cf4e21a009ec776e700a48de to your computer and use it in GitHub Desktop.
Marquee {
Row {
Text(text = "This is my 1st text")
Icon(Icons.Default.KeyboardArrowRight, contentDescription = "")
Text(text = "This is my 2nd text")
Box(modifier = Modifier.size(16.dp).background(Color.Black))
Text(text = "This is my 3rd text")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment