Answer the question
In order to leave comments, you need to log in
How to make RecyclerView "transparent" for swipe?
There is a main screen (map), RecyclerView is installed on top of it. At the moment, RecyclerView cannot be scrolled, it is just like a window for information. But when I start guiding on it, the card below it doesn't move. How can I make it move when the finger moves across the territory of the RecyclerView?
Answer the question
In order to leave comments, you need to log in
Inherit from RecyclerView, override the onTouch method, returning false from it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question