Closed bczhc closed 1 year ago
Recently I have also faced this issue and I solved it by changing the FastScrollerThumbView tag id from fast_scroller_thumb to something else. I don't why but it seems that if you used the same id as the FastScrollerThumbView library layout id i.e. fast_scroller_thumb then it triggers this positioning issue.
Oh thanks for the info! Now I got it worked!
I don't know why I picked this conflicted ID for the thumb view... But just having solved it, I can close this issue.
I set up my RecyclerView as README writes, but finding the thumb view has a wrong position. Like this:
It's about that I press the letter 'M' (middle of the screen), the thumb starts showing from the top. And then keep sliding the letters on right side, the thumb also follows, starts going down. It always has a half-screen distance between the pressed letter and the thumb.
My XML: