Android:使用SwipeRefreshLayout移动子布局

时间:2015-01-10 12:59:10

标签: android android-recyclerview swiperefreshlayout

我在SwipeRefreshLayout中实现了recyclerView。相应的XML如下所示。

<android.support.v4.widget.SwipeRefreshLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/swipe_refresh_news">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/recycler_view"
        android:scrollbars="vertical"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</android.support.v4.widget.SwipeRefreshLayout>

目前刷卡看起来像这样

enter image description here

我希望背景也应该像这样滑动

enter image description here

0 个答案:

没有答案