You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can set scroll limit on the scroll. like this
``
if (Math.abs(velocity) > minimumVelocity) {
scroller.fling(0, scrollOffsetY, 0, velocity, 0, 0, minFlingY, maxFlingY);
scroller.setFinalY(
scroller.getFinalY() + computeDistanceToEndPoint(scroller.getFinalY() % mItemHeight));
} else {
happens when you scroll past a point too, to the top and bottom, any fix available for this?
Found no other library which lets you change the bg colour of the selected item.
actually this found by Test coworker,
looking forward the solution
The text was updated successfully, but these errors were encountered: