ZLayoutManager icon indicating copy to clipboard operation
ZLayoutManager copied to clipboard

Some custom LayoutManager .Such as SwipeCard、FLowLayout。一些自定义的LayoutManager,仿探探、人人影视 炫动滑动 卡片层叠 和流式布局等。

Results 30 ZLayoutManager issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/17246251/37945519-3a00d47c-31b3-11e8-81e0-c5e5e66015fd.png) 更新数据后,这里的数据size=0,抛数组越界,不会循环

当滑动不是最顶层的view时,虽然会回弹,还是显示顶层的view,但是当第二次循环时,view的位置错乱了

@Override public int scrollVerticallyBy(int dy, RecyclerView.Recycler recycler, RecyclerView.State state) { //位移0、没有子View 当然不移动 if (dy == 0 || getChildCount() == 0) { return 0; } //以下是边界判断 if (getItemCount() == getChildCount() &&...

似乎停止维护了。 当数据少时,界面不能填充完全RecyclerView,滑动界面出现抖动问题。

当recycleView嵌套recycleView时,外层的RecyclerView使用GridLayoutManager,嵌套的recycleView的流布局LayoutManager时,显示不完全,只显示一行,但是数据有很多

当条目内容没有超出屏幕一屏时,不论是向上滑动还是向下滑动,所有条目会瞬间向反方向滑动 #1 Gif图片:http://upload-images.jianshu.io/upload_images/1373210-ac491f64674b16aa.gif?imageMogr2/auto-orient/strip

如何让左划右划不删除呢?