Automatically hide scroller when not scrolling (issue #4)#7
Automatically hide scroller when not scrolling (issue #4)#7h6ah4i wants to merge 1 commit intodanoz73:masterfrom
Conversation
8e464f1 to
af496d1
Compare
|
Hi @h6ah4i! Thanks so much for contributing. I will get back to you later in the week on this one when I have some more time (in the middle of something else right now). Will respond soon. |
af496d1 to
10c0d0c
Compare
|
Hi! Thanks for your response. I have rebased this branch and fixed the conflict. |
…ically hide) Introduced these public methods: - AbsRecyclerViewFastScroller.isFastScrollAlwaysVisible() - AbsRecyclerViewFastScroller.setFastScrollAlwaysVisible(boolean alwaysVisible) - AbsRecyclerViewFastScroller.setIsGrabbingHandle(boolean isGrabbingHandle)
10c0d0c to
48c287e
Compare
|
Rebased to the latest master. |
|
Hi @danoz73 . I have made a lot of changes in my forked branch and I hope they will be merged to your master branch soon. However, I do not submit pull requests except for this one yet in order to avoid conflictions. I am going to submit a pull request one by one, but is it too much of a hassle? https://github.com/h6ah4i/RecyclerViewFastScroller/tree/develop |
|
No I was looking at your pull request and was trying to decide how to make I'm very interested in keeping all objects as independent as possible, and On Fri, Feb 27, 2015, 6:21 PM Haruki Hasegawa notifications@github.com
|
|
Thanks for the reply. Yeah, current my code is not clean and requires refactoring. I agree to make a sort of |
|
I think it would be easy enough to make it a boolean value. Just make that and the timing adjustable. Or am I missing something? |
This is a enhancement PR intended to support the issue #4.
Introduced these public methods: