Closed ilyassesalama closed 3 years ago
You should rearrange views in your XML layout file. Views declared on top of file are "overlayed" by the views declared at the bottom. Simply move RecyclerView declaration to be before the declaration of the search view.
Also, android:clipChildren
may come in handy.
When over scrolling from bottom using RecyclerView or ScrollView, the content shows above the first layout (I'm not good at explaining, but the image is enough to explain the issue)