I have a layout where a RecyclerView occupies the entire screen and a CardView is at the bottom of the screen, over the RecyclerView.
The CardView is not clickable. I do not want the RecyclerView to receive the clicks that happen on the CardView, but I want to be able to scroll the RecyclerView if the user starts scrolling from the CardView.
Is there any simple way to make it?