compose-collapsing-toolbar icon indicating copy to clipboard operation
compose-collapsing-toolbar copied to clipboard

A simple implementation of collapsing toolbar for Jetpack Compose

Results 46 compose-collapsing-toolbar issues
Sort by recently updated
recently updated
newest added

If I use `EnterAlways` + pin() on my toolbar, I would expect that my toolbar stays at the top always but instead it's getting scrolled up off the screen after...

feature

Not sure if it's an issue related to #18 but having `SwipeRefresh` as a child of the body blocks the toolbar from expanding. You can only expand the toolbar on...

bug

I came across the following issue. I use compose navigation. When I navigate back and the remembered toolbar height value is restored, maxHeight is set to initial Int.MAX_VALUE which results...

bug

Hi, I have rather big tool bar that holds an image pager (Google Accompanist pager) and the toolbar does not collapsed while swiping up. I tested it on simpler toolbar...

api

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...

Hi, noticed this IndexOutOfBoundsException crash on crashlytics after updating the lib to 2.3.4. ``` Fatal Exception: java.lang.IndexOutOfBoundsException: Index 1, size 0 at androidx.compose.foundation.lazy.layout.MutableIntervalList.checkIndexBounds(MutableIntervalList.java:177) at androidx.compose.foundation.lazy.layout.MutableIntervalList.get(MutableIntervalList.java:160) at androidx.compose.foundation.lazy.LazyListItemsSnapshot.getKey(LazyListItemsSnapshot.java:80) at androidx.compose.foundation.lazy.LazyListItemProviderImpl.getKey(LazyListItemProviderImpl.java:113) at...

bug

Hello all. Here's my situation: I need to implement a (not compose, so I can't use `HorizontalPager`) ViewPager on my screen. Each ViewPager page is a list with an infinite...

I've played around with the sample app and there's an issue if you enable edge to edge with the keyboard. It scrolls the `Column` but not enough to keep it...

`CollapsingToolbarScaffold` doesn't seem to report scroll events until the toolbar is fully collapsed when a nested scroll connection is provided. Is this expected? Does Compose UI require special handling from...