How to make a fast-scrolling scrollbar more responsive to touch?

Viewed 29

So I've enabled fast scrolling (fastScrollingEnabled="true") and declared the drawables needed for it to function properly (vertical and horizontal). I need to apply this to three types of views:

  • Recycler View
  • Grid View
  • List View

Fast scrolling only works on the Recycler View (poorly I can drag it and most of the time it'll move, but slowly).
Where on the Grid View and List View no matter how many times I try to drag it around, it doesn't move. I made the scrollbar twice as wide because I thought it just wasn't big enough and I was fat-fingering it, but even then, the scrollbar just doesn't seem to respond to my touches in the Grid View or List View. Is there a way to adjust the touchable space, or the sensitivity of the fast scrolling scrollbar?

0 Answers
Related