Recycler view not scrolling properly after implementing swipe to refresh layout
问题 Prior to the implementation of the Swipe to refresh view, the recycler view was working smoothly but not whenever I try to scroll the recycler view downwards the swipe to refresh interferes and hinders the scroll movement. Here is the screenshot of the issue : (Notice the swipe to refresh layout comes while the recycler view is scrolled downwards) Here is my layout fragment: <?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.SwipeRefreshLayout android:id="@+id/activity_main