Android-MaterialRefreshLayout icon indicating copy to clipboard operation
Android-MaterialRefreshLayout copied to clipboard

This is a drop-down control, it is more beautiful and powerful than SwipeRefreshLayout

Results 75 Android-MaterialRefreshLayout issues
Sort by recently updated
recently updated
newest added

1. How to hide and disable upper wheel when I implement scroll up from bottom to load something and refresh with bottom wheel to refresh? 2. Also there are no...

带波浪形状下拉刷新滑动到一半控件隐藏不了了,刷新控件只留下中间的三分之一圆形一直显示在屏幕上,也消失不了,重启app才能恢复正常

MaterialRefreshLayout跑在4.2.2的机子上时,如果只下拉一点,界面会卡顿,不会复原到原来的样子,不知道作者有没有遇到过。

当viewpager使用懒加载的fragment,如果在第一个fragment使用了下拉刷新或者上拉加载。切换到另一个fragment,再次切换回来的时候,下拉刷新或者上拉刷新 刷新状态的箭头就自己出来了。如何解决?

fragment中调用refreshLayout.autoRefresh();refreshLayout.setShowProgressBg(true); 有时 没有progressbar进度,只有 下拉的阴影。

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.cjj.CircleProgressBar.setProgress(int)' on a null object reference at com.cjj.MaterialHeadView$1.run(MaterialHeadView.java:96) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:9

refreshLayout.autoRefresh() The first normal display progress bar, the second does not display

和viewpager滑动冲突。。。