aliaksandrprus

Results 1 comments of aliaksandrprus

you need: https://github.com/FutureMind/recycler-fast-scroll/blob/master/fastscroll/src/main/java/com/futuremind/recyclerviewfastscroll/FastScroller.java#L158 @Override protected void onLayout(boolean changed, int l, int t, int r, int b) { super.onLayout(changed, l, t, r, b); + if (changed) { initHandleMovement(); bubbleOffset = viewProvider.getBubbleOffset();...