Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Last active September 21, 2022 12:14
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 mazzouzi/4746178811521ba6781b6af842528787 to your computer and use it in GitHub Desktop.
Save mazzouzi/4746178811521ba6781b6af842528787 to your computer and use it in GitHub Desktop.
CollapsingToolbar composable
@Composable
fun CollapsingToolbar() {
Box(modifier = Modifier.fillMaxSize()) {
Header()
Body()
Toolbar()
Title()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment