RecyclerView优雅设置边距

设置边距的方法有很多,但是灵活性最高,性能最高,代码模块性最高的代码非ItemDecoration莫属。 为什么最优雅,因为这是RecyclerView原生的啊。 class ChatDetailItemDecoration extends RecyclerView.ItemDecoration { private int space; public ChatDetailItem
相关文章
相关标签/搜索