当用户水平滑动时,是否可以停止垂直滚动。
这是我的滚动视图。
<ScrollView
android:id="@+id/scroll"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_above="@+id/thirdSeperator"
android:layout_below="@+id/upSeperator"
android:layout_toLeftOf="@+id/rlt_right_side_bar"
android:layout_toRightOf="@+id/rlt_left_category" >
<RelativeLayout>
Other views
</RelativeLayout>
</ScrollView>
垂直滚动工作正常。
内部视图有水平滚动。独立地他们工作正常。但是当我添加滚动视图时,滚动不顺畅。当用户水平滑动时,有没有办法禁用滚动视图?