JRecycleView
JRecycleView copied to clipboard
简单的让RecycleView更有趣
Results
1
JRecycleView issues
Sort by
recently updated
recently updated
newest added
作者你好: 我在项目中使用到你的框架遇到了个问题: 在全局设置 下拉样式:如下 JRecycleViewManager.getInstance().setLoadMoreView(new MyLoadMoreView(getBaseContext())); 因为 在项目中有不止一处地方用的了 上拉加载更多。。所以设置了统一样式。。以此为背景。 遇到这个异常:ViewHolder views must not be attached when created. Ensure that you are not passing 'true' to the attachToRoot parameter of LayoutInflater.inflate(...,...