GravitySnapHelper icon indicating copy to clipboard operation
GravitySnapHelper copied to clipboard

A SnapHelper that snaps a RecyclerView to an edge.

Results 6 GravitySnapHelper issues
Sort by recently updated
recently updated
newest added

How to allow scrolling the item that is bigger than the screen size? Currently, it snaps to the start of the item when I try to scroll this big item....

Hey bro, I was wondering how I can center the first and last item of the recyclerview like in your Demo (with decoration)? Because it will not snap the first...

Hi, how to make in horizontal recyclerview item start/end from center(CENTER DECORATION) and the highlight of selected/ snapped item.

@rubensousa Hi! I have a problem. I can not scroll to the top position when the call method smoothScrollToPosition(0) in source code: ``` ryclerviewTopic.apply { layoutManager = LinearLayoutManager(context) enableSnapping(false) adapter...

For example, suppose I have tens of views to scroll through. If the user scrolled x/2 and a bit more, it will get to the X view.

wontfix