-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New FastScroller #34
Comments
The existing FastScroller has been improved from v5.0.0-b6. |
hello! the FastScroller is awesome :D i plan to use it on my application but i need to customize it a bit more i.e. set the handle color, bubble position, autohide, etc. preferably via custom attributes. if you're interested, i can try to make a PR |
Hello @arpinca, thank you for your message, indeed FastScroller needs more customization. |
@arpinca, I've successfully imported your improvements in the new branch. |
Hi @davideas, thanks.
Cool. This would make using FastScroller easier, especially when not using the adapters here. In my case, there's already an adapter class which I can't easily change, and I only need the FastScroller, so ... Btw, I also have other improvements in mind, like
what do you think? |
@arpinca, check what I've committed yesterday in customizable_fastscroller branch: Color as attribute is done by me. So you can start from that commit.
|
Would it be possible to make the bubble optional? I have a particular use case with a lot of elements in no particular order, and I think showing the index in the bubble is more confusing than helpful, but I still want to provide a quick way to scroll the entire list. |
@arpinca, indeed it can be optional. |
yeah, i agree that the bubble should be optional.
Hmm I prefer using resources so that I can use whatever shape i want, or update the layout by simply editing the xml. i.e. if I want the handle to have curved edges, or if i want to add another textview in the bubble, or change the horizontal gap between the bubble and the handle
OK! I'll send a PR soon :D |
I tested current fast stroller in the RC1 and it is strange that it stay on one place for quite long time during I scrolling before it start moving. It happen also in the demo app. I was created bug report, but if new FastScroll is on the way it probably doesn't make sense. I also mist auto hide, but it will be in new one too. |
New FastScroller:
Other sources:
The text was updated successfully, but these errors were encountered: