TakuSemba / MultiSnapRecyclerView

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

How to center the visible items afte snapping/ #18

Closed mibrahimdev closed 4 years ago

mibrahimdev commented 5 years ago

I have a requirement where I need to center the items shown to the user, is that applicable?

TakuSemba commented 4 years ago

I think that would be hard with this library because the interval depends on the item count in such a case. I would recommend you to implement your own SnapHelper to do so. 🙏