SyntaxFix
Write A Post
Hire A Developer
Questions
The solution is to use
android:fillViewport="true"
on Scroll view and moreover try to use
"wrap_content" instead of "fill_parent" as "fill_parent"
"wrap_content"
"fill_parent"
is deprecated now.