我已經嘗試過:如何禁用scrollView?
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>
我一直在尋找這樣的評論,謝謝。 – 2016-09-05 14:53:12