yuyakaido / CardStackView

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

Show stack at top #261

Closed sjla closed 5 years ago

sjla commented 5 years ago

It's nice library,but i want to show stack at top and min count of stack to show should be 3,how can i achieve this.

yuyakaido commented 5 years ago

@sjla Thanks! We can use StackFrom and VisibleCount to achieve the feature you mentioned.

elifozoglu98 commented 2 years ago

Hello, I applied what you have said as : manager.setStackFrom(StackFrom.Top); manager.setVisibleCount(3);

But still it wont show the stack from top. Any idea why?