bingoogolapple / BGARefreshLayout-Android

多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位
4.31k stars 1k forks source link

上拉加载更多时,底部不显示加载中了?? #183

Open wwg90 opened 3 years ago

wwg90 commented 3 years ago

mRefreshLayout.setDelegate(BgaRefreshActivity.this); BGARefreshViewHolder refreshViewHolder = new BGANormalRefreshViewHolder(this, true); mRefreshLayout.setRefreshViewHolder(refreshViewHolder); refreshViewHolder.setLoadingMoreText("加载中....");

<?xml version="1.0" encoding="utf-8"?> <cn.bingoogolapple.refreshlayout.BGARefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/base_bga_refreshLayout" android:layout_width="match_parent" android:layout_height="match_parent">

<androidx.recyclerview.widget.RecyclerView
    android:id="@+id/base_bga_recyclerview"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1" />

</cn.bingoogolapple.refreshlayout.BGARefreshLayout>

rainsonkim commented 2 years ago

看了源码,onBGARefreshLayoutBeginLoadingMore在页面里重写的时候必须返回true才行的

Fonbing commented 2 years ago

我嵌套viewpager+fragment 还是不显示