SmartRefreshLayout icon indicating copy to clipboard operation
SmartRefreshLayout copied to clipboard

🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。

Results 208 SmartRefreshLayout issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/44063390/219849536-8b3c33e0-9b92-4080-9fa1-32ba57e08438.png) AndroidStudio升级到电鳗版本,编译提示Failed to resolve,请问怎么解决啊? 项目有按要求配置以下这些: implementation 'androidx.appcompat:appcompat:1.4.0' android.useAndroidX=true android.enableJetifier=true jcenter()

上次更新srlTextUpdate属性使用string文件中的数据造成生成Viewbinding失败,该属性直接在xml中写死是正常的,如下图: ![image](https://user-images.githubusercontent.com/18308932/225276095-91176163-32e7-43ee-9244-15fadf473aca.png) ![image](https://user-images.githubusercontent.com/18308932/225276273-1937ff6a-ba68-468e-b731-470a3d047865.png)

当我本地已准备好了下一页的数据的时候,如何直接让RecyclerView加载下一页的数据,而不触发加载更多的动画,本地无下一页的数据才触发加载更多动画。

或者OnRefreshLoadMoreListener再继承一下OnStateChangedListener 有些业务场景是改变父页面UI的 有了这个刷新状态 父页面就知道(SmartRefreshLayout滑动结束要开始刷新了)该干事情了 (虽然已经用SimpleMultiListener解决 但是还是想要这个继承,就是这么轴)

SmartRefreshLayou用的版本是2.0.5 下面是崩溃异常 Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 2433612 byte allocation with 1440512 free bytes and 1406KB until OOM at dalvik.system.VMRuntime.newNonMovableArray(VMRuntime.java) at android.graphics.Bitmap.nativeCreate(Bitmap.java) at android.graphics.Bitmap.createBitmap(Bitmap.java:825) at android.graphics.Bitmap.createBitmap(Bitmap.java:802) at android.graphics.Bitmap.createBitmap(Bitmap.java:769)...

请问有哪个方法,可以控制负二楼的显示与不显示吗?