SwipeRefreshLayout blocking horizontally scrolled RecyclerView
问题 My setup is simple enough: <android.support.v4.widget.SwipeRefreshLayout android:id="@+id/swiperefresh" android:layout_width="match_parent" android:layout_height="match_parent" > <android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="220dp"/> </android.support.v4.widget.SwipeRefreshLayout> The content of onCreate() : layoutManager = new LinearLayoutManager( this ); layoutManager.setOrientation( LinearLayoutManager