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

A simple FastScroller for Android's RecyclerView

Results 16 RecyclerView-FastScroll issues
Sort by recently updated
recently updated
newest added

Currently, when I read the code, I see that just only change color for thumb and track. How can I add a custom thumb or track drawable to replace default...

FastScrollRecyclerView#updateThumbPosition ``` rowCount * scrollPosState.rowHeight ``` Because some itemView height is not same. I like your smooth effect, but I haven't use your code. So this question only give you...

Adds support for StaggeredGridLayoutManager

While respecting paddingTop/Bottom is good, `RecyclerView` does draw in the padding if `clipToPadding="false"` is specified (and this is important for use cases like reserving some bottom space for a FAB,...

I have a RecyclerView that matches the width and height of my display. However, the RecyclerView has a top and bottom padding of let's say 100dp. The FastScroller is rendered...

Hello, Currently, my recyclerview has more view type and I have no exactly height for each item view type. Could I have any way to get the height directly from...

Hello jas _Originally posted by @Meisme2394 in https://github.com/timusus/RecyclerView-FastScroll/issues/113#issuecomment-1126588306_

how can I change the typeface of popup text?

Avoid a possible exception It happens when scrolling fast

- Update dependencies and target api 29 - Prevent a crash caused by dividing by zero - Fix #104 (I think it does)