kikoso / Swipeable-Cards

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.
Apache License 2.0
1.48k stars 364 forks source link

Show cards like Tinder one below one. #19

Open katikarganesh opened 10 years ago

katikarganesh commented 10 years ago

Hi, Very nice library. Thanks for cool library. I want to implement card to be one below one. Is any idea?

katikarganesh commented 10 years ago

Hey guyz, I got solution. Just change in the xml file app:orientation="ordered".

shumin0809 commented 10 years ago

U don't have to modify the xml file. Just call mCardContainer.setOrientation(Orientation.Ordered);

ashivakarthik commented 9 years ago

HI, setting Orientation ordered makes all child card hides behind parent card but, in tender one child card is visible

how we can ?