I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
For ScrollView, you could use fillViewport=true and make layout_height="match_parent" as below and put recycler view inside:
ScrollView
fillViewport=true
layout_height="match_parent"
No further height adjustment needed through code.