Skip to content

1.0.5

Compare
Choose a tag to compare
@germainkevinbusiness germainkevinbusiness released this 30 Sep 19:16
· 98 commits to master since this release
  • Fixed currentState not being a dynamic mutable state, now it knows to detect when the CollapsingTopBar's state has changed from
    COLLAPSED to IN_BETWEEN to EXPANDED
  • Improved the collapse() and expand() methods, now you can define how fast you want the CollapsingTopBar to be collapsed or
    expanded
  • The title inside the CollapsingTopBar no longer disappears sometimes when the CollapsingTopBar is collapsed
  • The CollapsingTopBar is no longer confused as to what background color to adopt when its state is EXPANDED or IN_BETWEEN
  • New support for SDK 33