hudomju / android-swipe-to-dismiss-undo

Android swipe-to-dismiss-undo library and sample code
MIT License
240 stars 82 forks source link

how to add item touch effect? #23

Open huanzhiyazi opened 8 years ago

huanzhiyazi commented 8 years ago

Hi, I notice that you implement ontouchlistener on recyclerview, but it seems that there is no idea to add item touch effect. If I did this, your swipe touch events are intercepted by child views' click event.

robertoallende commented 8 years ago

Great question, it helped me to find the answer to an issue I was fighting with for hours.