timusus / RecyclerView-FastScroll

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

Thumb color #65

Closed G00fY2 closed 7 years ago

G00fY2 commented 7 years ago

… option is disabled by default. Fixes #60

You can enable/disable the thumb to be colored grey while normal scrolling using the fastScrollThumbInactiveColor attribute in xml:

<com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
         app:fastScrollThumbInactiveColor="true"
         ...

Or programmatically via setThumbInactiveColor(boolean thumbInactiveColor)