Skip to content

Instantly share code, notes, and snippets.

@rubenquadros
Created August 18, 2021 19: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 rubenquadros/90bfd8e75e321b94dd65e38eb942c3dc to your computer and use it in GitHub Desktop.
Save rubenquadros/90bfd8e75e321b94dd65e38eb942c3dc to your computer and use it in GitHub Desktop.
Initial preview of home app bar
@Preview(showBackground = true)
@Composable
fun HomeAppBarPreview() {
HomeAppBar(
title = "EpicWorld",
openSearch = {},
openFilters = {}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment