Nik
Nik

Reputation: 3133

How to hide or expand Topbar from Scaffold in android jetpack compose

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

Upvotes: 2

Views: 5222

Answers (1)

Amirhosein
Amirhosein

Reputation: 4446

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

Also this

Upvotes: 2

Related Questions