zhanghai / AndroidFastScroll

Fast scroll for Android RecyclerView and more
https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample
Apache License 2.0
698 stars 64 forks source link

Is it posible to activate fastscrolling only on thumb click, not the entire track? #25

Closed alecpetrosky closed 4 years ago

alecpetrosky commented 4 years ago

Expected Behavior

You click thumb, it has current behaviour. You click the track outside of thumb and it does not react. One of the examples of expected behavior could be Google Photos fast track.

Actual Behavior

Thumb follows your click in any track area.

zhanghai commented 4 years ago

No, this library is designed to allow clicks in track area, and Google Contacts app has the same behavior. Google Photos isn't really using a standard fast scroller so I believe Google Contacts is a better example to follow.