RecyclerView-FastScroller
RecyclerView-FastScroller copied to clipboard
A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin
Update the sample application by adding a new tab to test a `GridLayoutManager`
While I think this is a great library, it sadly seems only to support `androidx.recyclerview.widget.LinearLayoutManager`. Because our customer insists on a Layout which can only be produced by `androidx.recyclerview.widget.StaggeredGridLayoutManager` we...
There seems to be a problem when using the ViewPager2 widget to display a number of RecyclerViews each with a fast scroller. When swiping back and forwards between views the...
Currently the artifacts are managed on [Nexus Sonatype](https://oss.sonatype.org/#stagingRepositories) move them to github packages. Ref doc [Github package and gradle](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-gradle-for-use-with-github-packages)
I put RecyclerView-FastScroller inside viewPager2 with layout direction = right to left, The scroll bar appeared on the left in a proper way but the popup appeared outside the whole...