TakuSemba / MultiSnapRecyclerView

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

Snap to the clicked item of RecyclerView #5

Closed parveenkumardeeva closed 6 years ago

parveenkumardeeva commented 7 years ago

Hi,

One more enhancement, if we click on any item of the RecyclerView then snap the selected position.

I.e. we can snap via two modes, one by touching the item or by scrolling to it.

TakuSemba commented 6 years ago

sorry, i think its too hard to do that with the current implementation. pull request are welcome.