Skip to content

Instantly share code, notes, and snippets.

@navczydev
Last active October 8, 2021 02:15
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/6e746371087fa8bf701be082a913db0d to your computer and use it in GitHub Desktop.
Save navczydev/6e746371087fa8bf701be082a913db0d to your computer and use it in GitHub Desktop.
Row(modifier = Modifier.semantics(mergeDescendants = true) {}) {
Image(
)
Spacer(Modifier.width(8.dp))
Column {
// content
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment