CardStackView
CardStackView copied to clipboard
SnapHelper not working inside Card
I have a horizontal scroll inside the card. I am using SnapHelper to scroll the RecyclerView. I can't scroll the list.
I have already disabled the manual swipe.
manager.setSwipeableMethod(SwipeableMethod.Automatic)