Skip to content

Instantly share code, notes, and snippets.

@ssindher11
Created January 29, 2022 07:31
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 ssindher11/00062daf1742ffb48c7ec98553109334 to your computer and use it in GitHub Desktop.
Save ssindher11/00062daf1742ffb48c7ec98553109334 to your computer and use it in GitHub Desktop.
@Composable
fun MovieBookingScreen() {
Surface(color = Color.White) {
ConstraintLayout(
modifier = Modifier.fillMaxSize(),
) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment