-
我是用vipager2+fragment,宿主是activity,在activity里设置 ImmersionBar.with(this).statusBarDarkFont(ltrue).
hideBar(BarHide.FLAG_SHOW_BAR).init();
fragment里下拉刷新后,页面上下2个状态栏都会出现黑色闪屏,然后消失,请问…
-
SmartRefreshLayout
https://github.com/scwang90/SmartRefreshLayout
----
按找你在简书上所说的绑定方式在空数据或者错误页面实现下拉刷新的功能
使用SmartRefreshLayout作为下拉刷新控件,绑定到RecyclerView但是绑定后什么也不显示
### xml布局
````xml
…
idzyr updated
2 years ago
-
https://github.com/scwang90/SmartRefreshLayout
NestedScrollAgentWebView重新写了onTouchEvent方法解决了这个问题却又引发了另一个问题,webview还没滑到顶部就把SmartRefreshLayout的头给滑出来了
-
#142019 java.lang.IndexOutOfBoundsException
index=2 count=1
com.scwang.smart.refresh.layout.SmartRefreshLayout.onLayout(SmartRefreshLayout.java:659)
升级SmartRefreshLayout到2.1.0版本后出现这个bug
`# main(1)…
luojt updated
1 month ago
-
it works well when i use it alone, but when i use it with smartRefreshLayout, it can't sticky header and the list can't show complete
-
用loadSir绑定SmartRefreshLayout中的RecyclerView 直接就空白视图 什么都不展示,把SmartRefreshLayout去除掉 就显示正常,老哥这个有没有什么方法解决,谢谢。
-
```
Fatal Exception: java.lang.StackOverflowError: stack size 8192KB
at com.scwang.smart.refresh.layout.SmartRefreshLayout$7.run(SmartRefreshLayout.java:3131)
at com.scwang.smart.refresh.layout.Sma…
-
Cannot create BitmapShader for recycled bitmap
com.scwang.smart.refresh.layout.SmartRefreshLayout.drawChild(SmartRefreshLayout.java:832)
-
为什么在Activity里面使用SmartRefreshLayout嵌套RecyclerView。下拉刷新的时候会卡顿,下拉不了,只能先网上再往下才会触发下拉刷新。以下是我的代码布局设置
全局参数设置:
SmartRefreshLayout.setDefaultRefreshInitializer(…
-
嵌套SmartRefreshLayout后出现mViewPager should be used FragmentPagerAdapter or FragmentStatePagerAdapter !