timusus / RecyclerView-FastScroll

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

Add support for auto-hide #3

Closed iAlex97 closed 8 years ago

iAlex97 commented 8 years ago

It would be nice to have support for the auto-hide feature (like Google Messenger)

jaredrummler commented 8 years ago

:+1:

something like setFastScrollAlwaysVisible(boolean)

jaredrummler commented 8 years ago

I forked this repo and started adding it. I ended up rewriting everything from scratch. Here is my project that has auto-hide and based off the latest changes from Google: https://github.com/jaredrummler/FastScroll-RecyclerView

iAlex97 commented 8 years ago

Great! I'll check it out and report back as soon as possible

timusus commented 8 years ago

There is a PR pending that I hope to accept soon, which supposedly adds support for auto-hide. Have a look at the pending PRs.

@jaredrummler I had a look at your implementation - that certainly isn't 'written from scratch', you've retained some of the hard work I've done, without retaining the license.. that's not very nice!

timusus commented 8 years ago

Resolved with #14