2

I have a custom topbar view added under a Scaffold. How do I achieve the following behaviour of TopBar which is part of Scaffold in Jetpack compose android. (At least the hiding part if expanding is not possible)

Hiding and expanding topbar while scrolling

Thank you

Nik
  • 2,913
  • 7
  • 40
  • 66

1 Answers1

1

I recommend you take a look at this project source. PlantDetailView.kt implementation is similar to what you want in detail.

Also this

Amirhosein
  • 4,266
  • 4
  • 22
  • 35