我的布局结构是这样的
<LinearLayout>
<scrollview>
<RelativeLayout>
<scrollview>
...
...
</scrollview>
</RelativeLayout>
</scrollview>
</LinearLayout>
但问题是,当我们滚动内部滚动视图时,外部滚动视图也会滚动,因此我无法滚动包含 50 行并且只能读取 10 行的内部滚动视图,请任何人指导我,我该如何管理它。