SyntaxFix
Write A Post
Hire A Developer
Questions
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 .