onebone/compose-collapsing-toolbar

Always visible toolbar navigation icon?

Opened this issue · 0 comments

gosr commented

Hi, I am using the ExitUntilCollapsed scroll strategy for my project, and it works well.
My toolbar has a navigation icon.

Currently, the entire toolbar (including its navigation icon) gets its visibility changed when scrolling. I want the toolbar's navigation icon to always be displayed, and then have the remaining toolbar elements (background, title, etc.) animate its visibility when scrolling, which is the case already.

Is this possible to do?