Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

你好 SwipeRefreshLayout+IRecylerView #11

Closed junchenChow closed 8 years ago

junchenChow commented 8 years ago

布局

<android.support.v4.widget.SwipeRefreshLayout
        android:id="@+id/discoverSwipeRefresh"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@android:color/transparent">

        <com.menghuo.app.ui.views.irecyclerview.IRecyclerView
            android:id="@+id/absRecyclerView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:loadMoreEnabled="true"
            app:loadMoreFooterLayout="@layout/layout_irecyclerview_load_more_footer"
            />

</android.support.v4.widget.SwipeRefreshLayout>

下拉没有反应 需要我额外的再设置什么吗

Aspsine commented 8 years ago

7