I have a recycler view and each element has a cardView and a text on the side like this:
My goal is to be able swipe ONLY the cardView (yellow in the picture) in order to delete de element. I'm well aware that it's possible to swipe the entire element of the recycler view, but that is not what I'm looking for.
I would really appreciate if someone could tell me if this is possible and if so how can it be achived.
Thank you!