Skip to content

Commit

Permalink
Minimal update in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingermainbusiness committed May 31, 2022
1 parent 83805d5 commit 4ec6fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In order to use a ```CollapsingTopBar```, you first need to create a ```TopBarSc
val scrollBehavior = remember {
CollapsingTopBarDefaults.scrollBehavior(
isAlwaysCollapsed = false,
isInitiallyCollapsed = true,
isExpandedWhenFirstDisplayed = true,
collapsedTopBarHeight = 56.dp,
expandedTopBarMaxHeight = 156.dp,
)
Expand Down Expand Up @@ -83,7 +83,7 @@ So when we put it all together we got:
val scrollBehavior = remember {
CollapsingTopBarDefaults.scrollBehavior(
isAlwaysCollapsed = false,
isInitiallyCollapsed = true,
isExpandedWhenFirstDisplayed = true,
collapsedTopBarHeight = 56.dp,
expandedTopBarMaxHeight = 156.dp,
)
Expand Down

0 comments on commit 4ec6fc0

Please sign in to comment.