bingoogolapple / BGARefreshLayout-Android

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

DrawerLayout+ViewPager+RecyclerView 加载更多无法显示 #167

Open xiaotianchang opened 5 years ago

xiaotianchang commented 5 years ago

你好,我项目中MainAtivity是viewpager+fragment,外边嵌套了DrawerLayout左边侧滑菜单,fragment里使用了这个,<cn.bingoogolapple.refreshlayout.BGARefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/bgarefreshlayout" android:layout_width="match_parent" android:layout_height="match_parent">

<!-- BGARefreshLayout的直接子控件 -->
<android.support.v7.widget.RecyclerView
    android:id="@+id/recyclerview"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1">
</android.support.v7.widget.RecyclerView>

</cn.bingoogolapple.refreshlayout.BGARefreshLayout>

这样有设置子控件是占权重为1,但是就是加载更多不显示,自己尝试了很多种在外边的viewpager也设置了权重等测试,一样加载更多都无法显示出来

xiaotianchang commented 5 years ago

并且自己也是onCreateView方法初始化的

Fonbing commented 2 years ago

同样的问题+1