yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.34k stars 443 forks source link

stackFrom wont work #362

Closed elifozoglu98 closed 1 year ago

elifozoglu98 commented 1 year ago

manager.setStackFrom(StackFrom.TopAndRight); manager.setVisibleCount(3);

Altho I set all of these, but still stackfrom top is not visible. Anyone have idea why? And also Direction.Left isnt working. It swipes right always.

@yuyakaido