SwipeRefreshLayout Scrolling Issues with AppBarLayout Overlap or Overlay
I have set up a AppBarLayout with a SwipeRefreshLayout and all works great except when I add app:behavior_overlapTop="200dp" to the layout. I am able to swipe down to refresh everywhere except for where the SwipeRefreshLayout overlaps the AppBarLayout.
. The yellow in the image indicates the area where I can't swipe down on. Here is my code for reference....