I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
Try this. Very late answer. But surely help anyone in future.
Set your Scrollview to NestedScrollView
In your Recyclerview
recyclerView.setNestedScrollingEnabled(false); recyclerView.setHasFixedSize(false);