Azoft / CarouselLayoutManager

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

All items can be in a position from top to bottom #111

Closed AnvarbekKuvandikov closed 3 years ago

AnvarbekKuvandikov commented 3 years ago

Hi, I tried this. very nice. I have a question: is it possible for all items to in a position from top to bottom. image

mig35 commented 3 years ago

hey @AnvarbekKuvandikov you can create your own Zooming algorithm. Check this class and setup your implementation. https://github.com/Azoft/CarouselLayoutManager/blob/master/CarouselLayoutManager/carousel/src/main/java/com/azoft/carousellayoutmanager/CarouselZoomPostLayoutListener.java

mig35 commented 3 years ago

btw you will also have to change items elevation field, but this is not what library will do for you