RecyclerView-FastScroller icon indicating copy to clipboard operation
RecyclerView-FastScroller copied to clipboard

A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin

Results 15 RecyclerView-FastScroller issues
Sort by recently updated
recently updated
newest added

Update the sample application by adding a new tab to test a `GridLayoutManager`

help wanted
good first issue
question

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

enhancement
help wanted
good first issue

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)

enhancement

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