BGARefreshLayout-Android icon indicating copy to clipboard operation
BGARefreshLayout-Android copied to clipboard

上拉加载更多问题

Open Chowing opened this issue 7 years ago • 3 comments

已经看了readme,但还是出现不了 `<cn.bingoogolapple.refreshlayout.BGARefreshLayout android:id="@+id/bga_refresh" android:layout_width="match_parent" android:layout_height="match_parent">

        <android.support.v7.widget.RecyclerView
            android:id="@+id/recycler_view"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:background="#ffffff" />
    </cn.bingoogolapple.refreshlayout.BGARefreshLayout>`

Chowing avatar Apr 23 '17 08:04 Chowing

我也遇到同样的问题 在Activity里

TonyEasy avatar May 25 '17 12:05 TonyEasy

上拉加载死活不出来 why?

duboAndroid avatar Aug 12 '17 14:08 duboAndroid

我也是一次都没出来

ztluxi avatar Dec 26 '17 10:12 ztluxi