Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 16, 2021 18:53
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 pauloaapereira/2378119ddf324c170e4979da4fc3d266 to your computer and use it in GitHub Desktop.
Save pauloaapereira/2378119ddf324c170e4979da4fc3d266 to your computer and use it in GitHub Desktop.
Android Dev Challenge - Week 3 - Bloom - A Full Development Overview - 6
@Composable
fun Home() {
Scaffold(
bottomBar = { BloomBottomBar() }
) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment