timusus / RecyclerView-FastScroll

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

Added auto hide functionality and refactored some method/variable names. #14

Closed kabouzeid closed 8 years ago

kabouzeid commented 8 years ago

I've also added getters/setters and styleable attributes for the auto hide related functionalities.

Got inspired by the following library: https://github.com/plusCubed/recycler-fast-scroll.