The surface view doesn't trigger the onClickListener on touch.
Example:
In my swipe layout, the top surface is a CardView, and some Layout as bottom view.
I want to trigger an Intent launch when my CardView is clicked, but that doesn't happen.
The layout can either be swipable or clickable, not both at the same time.