使用是布局
<android.support.v4.widget.SwipeRefreshLayout android:id="@id/id_swiperefreshlayout" android:layout_width="match_parent" android:layout_height="match_parent" > <android.support.v7.widget.RecyclerView android:id="@id/id_recyclerview" android:layout_width="match_parent" android:layout_height="match_parent" android:cacheColorHint="@null" android:scrollbars="vertical" /> </android.support.v4.widget.SwipeRefreshLayout>