I have use two scroll views for two different layout. And those two layouts are inside a Linear Layout.
Here is my XML file. I don\'t why ScrollView is
ScrollView
if you are display your scrollview in Horizontal Linear Layout and given a weight to scrollview then set width of Scrollview to "0dp"
android:layout_width="0dp"
and if it is vertical then
android:layout_height="0dp"
also set your main LinearLayout height to fill parent