recycler-fast-scroll
recycler-fast-scroll copied to clipboard
Widget for RecyclerView fast scrolling
Got several crashes at my project. stacktrace `at com.pluscubed.recyclerfastscroll.RecyclerFastScroller$3.onTouch(Unknown Source:151) at android.view.View.dispatchTouchEvent(View.java:8394) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2433) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2120) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2455) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2120) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2433) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2120) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2433) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2120) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2433)...
can set scrollbarBar to horizontal mode ?
compile 'com.github.pluscubed:recycler-fast-scroll:{latest-version}@aar' not work !
I liked this scroller. But, how to resize handle after items are updated?
i want to add image on scrollbar on which i pressed and scrolled screen how is it possible?
Any way to get it so that the scrollbar doesn't resize as you scroll down a list? i.e. something akin to `recyclerView.getLayoutManager().setSmoothScrollingEnabled(false)`?