I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
This does the trick:
recyclerView.setNestedScrollingEnabled(false);