Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created January 31, 2025 21:30
Show Gist options
  • Save shorthouse/0997decbb8e6f1314eb7011654f2fc1b to your computer and use it in GitHub Desktop.
Save shorthouse/0997decbb8e6f1314eb7011654f2fc1b to your computer and use it in GitHub Desktop.
LazyColumn(modifier = Modifier.weight(1f)) {
items(movies) { movie ->
MovieItem(movie)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment