yuyakaido / CardStackView

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

Shadow doenst'n appear on the top of next cards #214

Open zekapp opened 5 years ago

zekapp commented 5 years ago

Hi This is great library but I am looking a solution to show a shadow on the top of next card. Is there any way to show shadow if we setVisibleCount greater than zero. stack of card

zekapp commented 5 years ago

I found a workaround for this issue. You can put the cardView inside of an other layout (Linear, Relative etc) with transparent background and put some padding to it.

yuyakaido commented 5 years ago

@zekapp Thank you for report! I can reproduce this issue on my device but I have no solution...