timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Style Scrollbar in a rounder way #76

Closed panmona closed 6 years ago

panmona commented 6 years ago

Is it possible to style my scrollbar from this library in a rounder way like in this example? How could I do that?

timusus commented 6 years ago

No, this isn't possible.

You could add this functionality yourself by forking the repo and making the appropriate changes to the FastScroll Thumb.

panmona commented 6 years ago

Okay :/ Thanks for the answer though 👍 !

timusus commented 6 years ago

I'd highly recommend forking the library. It's much simpler than it might first appear.