Azoft / CarouselLayoutManager

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

How to correctly offset elements? #121

Closed moffpage closed 2 years ago

moffpage commented 2 years ago

I need to achieve a layout like this: https://github.com/arnauddorgans/InfiniteLayout (watch Custom Layout, 3rd gif)

link:

mig35 commented 2 years ago

I guess you would have to make your own LL or try to tweak this one. But I'm not sure that would be an easy work @moffpage