Azoft / CarouselLayoutManager

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

hope the child view can have an angle #77

Open cancersyx opened 6 years ago

cancersyx commented 6 years ago

First of all I want to appreciate your library.I use it in my project ,but now I want to achieve an effect.I hope these child view can have an angle except the center view.like this click it.However,I do't find the api in the document.So I hava to bother you. thanks.

mig35 commented 6 years ago

Hi @cancersyx . First of all, thanks for using my library!

We don't have this effect now. And I don't have time to do this... The only thing that I can say that you can try to create your own CarouselZoomPostLayoutListener class and make your own effect there.

cancersyx commented 6 years ago

ok,I'll to try.thanks