Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 367 forks source link

How enable auto scroll #102

Closed Mkurbanov closed 3 years ago

Mkurbanov commented 5 years ago

it's not working: You can enable and disable circular loop using two arguments constructor.

How to enable automatic scrolling?

mig35 commented 3 years ago

not sure what do you mean by automatic scrolling, but centering is enabled here: recyclerView.addOnScrollListener(new CenterScrollListener()); @Mkurbanov