The layout consists of a large form and a RecyclerView, which loads elements when scrolling. If I RecyclerView I Paste Inside ScrollView
<ScrollView> <RecyclerView> </RecyclerView> </ScrollView> then the RecyclerView scrolls only once and no more data is loaded (only the first 10 ads are visible)
If I clean ScrollView, then the top menu does not scroll at all, and only RecyclerView scrolls with ads loading. Example 
For users, this option is not at all convenient. The question is how to make the whole page scroll, not just the bottom part (RecyclerView)? PS I tried many options, but no effect.