I have a View and a RecyclerView housed in a LinearLayout. What I want to achieve is something like this:
https://material.google.com/patterns/scrolling-techniques.h
You need to use CoordinatorLayout to achieve what you want. You could find all needed information in this tutorial.