scrollView自动上滑,什么鬼。吓我一跳。
1,位scrollview 加入:android:descendantFocusability="blocksDescendants"
2,为scrollView中的跟view,如:LinearLayout 加 android:focusableInTouchMode="true"
scrollView自动上滑,什么鬼。吓我一跳。
1,位scrollview 加入:android:descendantFocusability="blocksDescendants"
2,为scrollView中的跟view,如:LinearLayout 加 android:focusableInTouchMode="true"