TrainerSnow / oneui-compose

Enables Jetpack Compose developers the ability to incorporate Samsung's OneUI design-system into their applications, to match the visuals of prebuilt Samsung apps.
Apache License 2.0
27 stars 3 forks source link

How to use Collapsing toolbar layout with scaffold #69

Closed abdullateefsherani07 closed 1 month ago

abdullateefsherani07 commented 1 month ago

I am using Scaffold with app bar and navigation bar. I was able to replace material navigation bar with OneUI bottom navigation bar and it works fine. But when I replace material app bar with OneUI CollapsingToolbarLayout it doesn't work. toolbar is expanded doesn't collapse on scroll

TrainerSnow commented 1 month ago

Could you show me how you used it, e.g. via a gist?