Closed KateChris closed 5 years ago
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@+id/refresh_layout" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <com.yanzhenjie.recyclerview.widget.StickyNestedScrollView android:id="@+id/scroll_view" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <com.yanzhenjie.recyclerview.SwipeRecyclerView android:id="@+id/recycler_view" android:layout_width="match_parent" android:layout_height="wrap_content" /> </com.yanzhenjie.recyclerview.widget.StickyNestedScrollView> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
这种写法没法兼容 上拉加载无法正常使用
悬浮分组头部这个暂时没有实现。
感谢 已经帮了大忙了
这种写法没法兼容 上拉加载无法正常使用