Azoft / CarouselLayoutManager

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

Only two items in Carousel #47

Closed VitaliyKomaniak closed 6 years ago

VitaliyKomaniak commented 7 years ago

Hey guys. Thanks for really great lib :) I have a question. I have only two items in view, and right left child is visible. How to put it behind center one, and show it on sides when items count is > than 2?)

mig35 commented 6 years ago

Hi @VitaliyKomaniak.

You can try to build a custom CarouselZoomPostLayoutListener class, but I don't think that this is possible. This library was designed to have 3 or more items.