CardStackView
CardStackView copied to clipboard
I need a horizontal scroll Inside the card, tried to implement it using recyclerView but it doesn't scroll
I needed a vertically scrolling recyclerview inside the card and noticed as well that initially it was not scrolling properly. After setting setCanScrollVertical(false) on the CardStackLayoutManager it worked as expected. My guess is that nested scrolling isn't really supported.
@nehabharti @mmcwong this might help you #354