TakuSemba / MultiSnapRecyclerView

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

it is not available to set item which i want to set in center #11

Closed i2863CookieZJ closed 6 years ago

i2863CookieZJ commented 6 years ago

i set app:msrv_gravity="center",how can i set any item to "center" or use the code to let it scroll to next item?can u help me

TakuSemba commented 6 years ago

i set any item to "center

you can't set any item to the specified gravity, for example, if msrv_snap_count = 3 every 3 items can be scrolled to the specified gravity.

use the code to let it scroll to next item

I think this could be archivable using functionalities of RecyclerView, but I haven't tried yet. I'll let you know if I tested it.

i2863CookieZJ commented 6 years ago

thank u for your answer,expect it coming soon

mibrahimdev commented 5 years ago

any update in this?