I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
It seems that NestedScrollView does solve the problem. I've tested using this layout:
NestedScrollView
And it works without issues