SmartRefreshHorizontal icon indicating copy to clipboard operation
SmartRefreshHorizontal copied to clipboard

横向刷新、水平刷新、RefreshLayout、OverScroll,Horizontal,基于SmartRefreshLayout的水平智能刷新

Results 23 SmartRefreshHorizontal issues
Sort by recently updated
recently updated
newest added

2.0.1版本的横向滑动,会导致footer在列表中间显示,而不是列表的末尾,我对比了一下,代码上的问题。 可能是2.0.1版本 //2020-10-13 如果,真的直接颠倒,height width 的测量值,会导致,布局外的同级控件位置发生偏移,必须纠正 测量值 super.setMeasuredDimension(getMeasuredHeight(), getMeasuredWidth()); 这段代码导致的。 回归到2.0.0版本,没有这段代码,就是好用的。

大佬能不能把横向刷新的header和footer的文本改成正常体位啊,刷新是横向的了,刷新和加载更多的文本也跟着转了90读,希望作者精益求精。无奈我也无法更改源码,或者怎么能把jar包直接接入项目?

我都怀疑你没测试,竖向的刷新写那么好,横向的就是个坑,

子控件为横向滑动RecyclerView,并且这个RecyclerView的item是个竖向滑动的RV时,滑动item里的RV出现冲突,具体表现为: 直接子控件的横向滑动RV在最左边(也就是第一个item完全可见时),滑动item里的竖向滑动的RV,这个横向刷新控件会触发下拉刷新。

不管我高度设置多少,始终都是那么高

//2.x implementation 'com.scwang.smart:refresh-layout-horizontal:2.0.0' implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1' 横屏时使用,宽度大约只有屏幕一半,

implementation 'com.scwang.smart:refresh-layout-horizontal:2.0.0' implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1' 测试设备 小米8 Android10 OPPO Reno Android10 viewpager 一拖动就回弹了,划不过去,demo里和项目中都遇到了

` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.scwang.smartrefresh.horizontal.demo, PID: 26281 java.lang.IllegalStateException: banner must not be null at com.scwang.smartrefresh.horizontal.demo.b.l.e(Unknown Source:15) at com.scwang.smartrefresh.horizontal.demo.b.l.a(Unknown Source:9) at android.support.v4.app.w.a(Unknown Source:608) at android.support.v4.app.w.h(Unknown Source:38) at android.support.v4.app.w.a(Unknown Source:46)...