SwipeRefreshLayout interferes with ScrollView in a ViewPager

前端 未结 3 559
余生分开走
余生分开走 2021-01-05 14:04

I have a SwipeRefreshLayout around a ViewPager. The fragments loaded by the ViewPager contain ScrollViews. When I scroll d

3条回答
  •  既然无缘
    2021-01-05 14:53

    Replace your ScrollView with a NestedScrollView the scrolling behavior will work as you expect it to.

提交回复
热议问题