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)
Thank you
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)
Thank you
I recommend you take a look at this project source. PlantDetailView.kt
implementation is similar to what you want in detail.
Also this