aaronbond/Swipe-Deck

[0.3.0] Clicking on views layered on top of swipedeck, causes cardactionup/down

KishoreBabuIN opened this issue · 4 comments

I have linear layout with images, and a swipedeck, all inside a framelayout. the image layout is visible over the swipedeck.

On click of any of these images, the image click listeners do not work. Instead it's the swipedeck's oncardactionup/oncardactiondown being called. Can you help me here @aaronbond?

Really awesome lib though. Cheers!

could you send me a screenshot so i can understand what you're asking? are you saying that swipedeck is stealing the click from an image rendered on top of it?

screenshot
If you check the screenshot, when I click on the thumbs up/down circular images, the clicks instead get picked up by the swipedeck below.

and, render_below=true in the xml

my bad.. didnt mean to close. sorry abou that.

i've moved development over to swipedeck2

could you try importing swipe deck 2 and moving your code over to that? it should only be a few changes here and there

and use swipedeck:render_above="false" in swipedeck 2.

i've just tried your issue and it seems to work for me on swipedeck2