ScrollView inside ViewPager, scrolls to middle automatically

前端 未结 6 857
滥情空心
滥情空心 2021-02-01 18:06

I have a ViewPager that contains several instances of the same fragment, this fragment contains an article. The Article view hierarchy is quite simple, a Title, a Banner image,

6条回答
  •  我在风中等你
    2021-02-01 19:00

    I also had this problem. I solved it with setting android:focusable="true" and android:focusableInTouchMode="true" to the first element in the ScrollView's LinearLayout.

提交回复
热议问题