danimahardhika / wallpaperboard

Android Json based wallpaper dashboard library
Apache License 2.0
254 stars 130 forks source link

Fast scrollbar? #98

Closed rigwarlsback closed 7 years ago

rigwarlsback commented 7 years ago

The side scrollbar in the recycler gridview does not do a fast scroll. Can we implement something like a fast scroll bar where a user can hold the scroll bar and scroll fast if they want to?

rigwarlsback commented 7 years ago

https://stackoverflow.com/questions/27798212/how-to-add-a-fast-scroller-to-the-recyclerview

This looks promising

danimahardhika commented 7 years ago

No, it's a bit complicated to explain. The dashboard uses swipe refresh layout and app bar scroll, it will needs a nested scrolling. But with nested scrolling enabled fast scroller is a bit weird, let's say it's not working properly.