SwipeRefreshLayout interfere with GridView inside ViewPager
问题 i have a ViewPager for the main layout, with 3 fragment as pages, 2 of them has a GrideView inside them. the main page code: <android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/mainRefreshLayout" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.v4.view.ViewPager android:id="@+id/main_pager" android:layout_width="match_parent" android:layout_height="match_parent"> </android.support