rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 615 forks source link

Prevent snap on items which are bigger than the viewport #79

Open pzxmsry opened 2 years ago

pzxmsry commented 2 years ago

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. Is it possible to make the described behaviour?