alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

图片圆角消失 #500

Open fishflay opened 4 years ago

fishflay commented 4 years ago

圆角消失



布局中GridLayoutHelper第一个item通过SpanSizeLookup实现横跨两栏,itemview通过Glide实现图片圆角显示,当滚动布局使最上面那个横跨两栏的item划出屏幕重新进入视野后圆角会消失变成直角,其他的item没有问题