A custom ItemDecoration which appends dividers(with same thickness) between items(with same dimension) for RecyclerView
-
Updated
Sep 17, 2019 - Java
A custom ItemDecoration which appends dividers(with same thickness) between items(with same dimension) for RecyclerView
VariedItemDecoration是通用的Recycler ItemDecoration。可实现在一个列表里显示多种不同样式的ItemDecoration;可定制每个item的ItemDecoration的显示和样式。使用方便,并且提供非常简单的自定义ItemDecoration方式,根据position返回对应item的装饰drawable和大小。
Add a description, image, and links to the custom-itemdecoration topic page so that developers can more easily learn about it.
To associate your repository with the custom-itemdecoration topic, visit your repo's landing page and select "manage topics."