通过实现 RecyclerView.ItemDecoration 接口,您可以自由地控制 RecyclerView 中 item 的装饰效果,例如为 item 添加间隔、分割线或自定义图形等。
Android 19 次浏览