BGARefreshLayout-Android
BGARefreshLayout-Android copied to clipboard
上拉加载更多问题
已经看了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>`
我也遇到同样的问题 在Activity里
上拉加载死活不出来 why?
我也是一次都没出来