Hello
Faced the following problem: there is a list (ListView, redoing on RecyclerView is not an option), at each point there are three actions:
- Swipe (right to left)
- Click on item
- Pressing the button in paragraph
I managed to do this, but the result is not entirely satisfactory. Although the swipe is attached to the entire space of the item, it does not work if it passes over the button. If you remove OnClickListener from the button, then the piling works fine.
I read the recommendations on the Androydovsky site, but so far have not really helped. If someone came across a similar, or just knows how to organize a bunch of gestures on a list item, share how to properly "hang" all the gestures on the item.