I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
You can use this way either :
Add this line to your recyclerView xml view :
android:nestedScrollingEnabled="false"
try it ,recyclerview will be smoothly scrolled with flexible height
hope this helped .