I have a SwipeRefreshLayout around a ViewPager. The fragments loaded by the ViewPager contain ScrollViews. When I scroll d
Replace your ScrollView with a NestedScrollView the scrolling behavior will work as you expect it to.