My Layout structure is like this
<LinearLayout>
<scrollview>
<RelativeLayout>
<scrollview>
...
...
</scrollview>
</RelativeLayout>
</scrollview>
</LinearLayout>
But problem is that when we scroll inner scrollview outer scrollview also scrolling due to which I unable to scroll inner scrollview which contains 50 line And able to read only 10 line please anyone guide me,How I can Manage it.