myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
603 stars 114 forks source link

Add a "transient" IndexBar hide with UI delay #81

Closed AbandonedCart closed 2 years ago

AbandonedCart commented 2 years ago

Optimized a bunch of stuff (mostly according to Android Studio) and added the option to automatically hide the bar after 1 second of idle. I didn't include an option to set the timeout, but I can if that would be preferable. The idea was to give that extra moment to make sure you were where you were trying to get, but not remain visible longer than necessary.

AbandonedCart commented 2 years ago

This suddenly stopped working, so I'll resubmit it once I work out the bugs.