Azoft / CarouselLayoutManager

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

Can limit the display items' count? #71

Closed luozhanming closed 6 years ago

mig35 commented 6 years ago

@luozhanming what do you mean?

You can use layoutManager.setMaxVisibleItems(NUMBER) to control how many items are visible on each side. The default value is 2, so only 2 additional items (exclude the center one) on each side will be visible.