-
i have problem when using xrecyclerview inside scrollview with pulltorefresh and loadmore enable
here for error message
`java.lang.IllegalArgumentException: Scrapped or attached views may not be…
Lzyct updated
7 years ago
-
在xRecyclerView.setNestedScrollingEnabled(false)的情况下(若不设置列表会很卡顿),xRecyclerView无法显示加载更多(只出现一个空白的footer,多次点击空白footer处,有时会显示加载更多,有时不会,没有找到规律);
在xRecyclerView.setNestedScrollingEnabled(true)的情况下(虽然列表很卡顿…
ghyzx updated
3 years ago
-
现在好像只有线性的
public XRecyclerView noDivider() {
setItemAnimator(new DefaultItemAnimator());
setHasFixedSize(true);
return this;
}
public XRecyclerView horizo…
-
```java
Drawable drawable = AppUtils.genDrawable(R.drawable.shape_border);
XRecyclerView.DividerItemDecoration dividerItemDecoration = new XRecyclerView.DividerItemDecoration(drawable);
```
…
-
父XRecyclerView的item中加入一个XRecyclerView,当父XRecyclerView下拉刷新时,会产生卡顿。
我把子XRecyclerView的刷新加载功能disable了,也禁用了linearlayout的垂直滑动。
但还是会在下拉刷新时产生卡顿。
-
使用CollapsingToolbarLayout的时候,第一次进入页面,可以滑动CollapsingToolbarLayout收放,但只要滑动XRecyclerview 部分使CollapsingToolbarLayout收缩。再展开时。。。就无法触摸CollapsingToolbarLayout控制收放了
-
java.lang.ClassCastException: com.jcodecraeer.xrecyclerview.XRecyclerView$WrapAdapter$SimpleViewHolder cannot be cast to cn.thappy.data.TypeDataAdapter$ViewHolder
-
对于Xrecyclerview有什么好方法局部刷新 RecyclerView.Adapter.notifyItemChanged(int position, Object payload)对于Xrecyclerview并不适用
-
在已经加入adapter的情况下,setLoadingMoreEnabled为false之后是不是得notify一下?
报了这个bug 每次的position 都是item数量+1. 看了下源码 是不是在没有更多数据时,setLoadingMoreEnabled为false之后notify一下就可以解决?
Fatal Exception: java.lang.IndexOutOfBoundsE…
-
我底部有5个导航栏+fragment。xrecyclerview在首页,并添加了一个headview。开始我没滑动首页的xrecyclerview,直接切换到别的fragment,问题来了,我切换会首页的fragment时, xrecyclerview会 向上移动, 把顶部的viewpager 向上移动了一些。这个问题怎么解决啊,我弄了很久。