🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
24.96k
stars
4.96k
forks
source link
SmartRefreshLayout 嵌套CoordinatorLayout NestedScrollView RecyclerView实现滑动置顶,加载更多遇到加载更多时tab被划出屏幕 #948
Closed
liuhaifang closed 5 years ago
SmartRefreshLayout 嵌套CoordinatorLayout NestedScrollView RecyclerView实现滑动置顶,加载更多遇到加载更多时tab被划出屏幕
本来要置顶的tab被划出屏幕,完整页面代码如下: <?xml version="1.0" encoding="utf-8"?> <com.scwang.smartrefresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/refreshLayout" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity">
</com.scwang.smartrefresh.layout.SmartRefreshLayout>