TakuSemba / MultiSnapRecyclerView

Android library for multiple snapping of RecyclerView
Apache License 2.0
2.51k stars 302 forks source link

Is it possible to snap every X views? #7

Closed AndroidDeveloperLB closed 6 years ago

AndroidDeveloperLB commented 6 years ago

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.

TakuSemba commented 6 years ago

can't you do that with msrv_snap_count ???

AndroidDeveloperLB commented 6 years ago

Oh, nice. The sample itself seems to have it.