【发布时间】:2012-03-02 09:53:42
【问题描述】:
我已经试过了:
scrollView.setEnable(false);
scrollView.setOnTouchListener(null);
scrollView.requestDisallowInterceptTouchEvent(true);
但是这些都不起作用...我不明白为什么,还有其他方法吗?
xml 中的滚动视图:
<ScrollView
android:id="@+id/mainPage_scroll"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:focusableInTouchMode="true"
android:layout_below="@+id/tabBar" >
</ScrollView>
【问题讨论】:
标签: android scrollview