I am using scrollview like this way of layout inside scrollview and nested scroll view both are not working
<RelativeLayout>
<scrollview>
<LinearLayout>
<LinearLayout>
</LinearLayout>
<LinearLayout>
</LinearLayout>
</LinearLayout>
</scrollview>
</RelativeLayout>
inside the scorll view i am trying fillviewport,scrollbar vertical like this also but it all not working. i am doing inside the fragment.