Is there a way in compose to implement `Collapsing...
# compose
k
Is there a way in compose to implement
CollapsingToolbarLayout
? With the new material design 3 I can see that it is possible to use
LargeTopAppBar
and it has a
scrollBehaviour
but it is not working with images and also it is not high enough and it is always reopening if I scroll up not just when I reach the top of the screen.
k
Maybe Collapsible Top App Bar could be of help? https://www.jetpackcompose.app/snippets/CollapsibleTopAppBar
k
Thank you, that is kind of what I would like to have, but it is still missing some things so I would still need to rewrite it. I would expect that there is something like this out of the box existing in compose and it is not something that we have to write from scratch.