Azoft / CarouselLayoutManager

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

Not working in nested RecyclerView #50

Closed ivnsch closed 3 years ago

ivnsch commented 7 years ago

I have an horizontal RecyclerView in which I'm trying to show a vertical carousel. Nothing is displayed.

If I show the same carousel (using the same code - recycler view, adapter, etc) outside of the horizontal RecyclerView it works.

And if I use a normal vertical RecyclerView (i.e. use LinearLayoutManager) in the horizontal RecyclerView instead of carousel, it also works (again, same code, I just change the layout manager + the configuration indicated in the readme).

Any ideas...?

kandra777 commented 7 years ago

i got the same problem!hava you find any solution mate?

eduardoyurencb commented 6 years ago

Try to put a static mesuare

android:layout_width="200dp"
android:layout_height="200dp"
Enigma-I-am commented 5 years ago

I also tried using this library in a nested RecyclerView and it doesn't work

mig35 commented 3 years ago

it works for me in the latest build