RecyclerView優雅設置邊距

設置邊距的方法有很多,但是靈活性最高,性能最高,代碼模塊性最高的代碼非ItemDecoration莫屬。 爲什麼最優雅,因爲這是RecyclerView原生的啊。 class ChatDetailItemDecoration extends RecyclerView.ItemDecoration { private int space; public ChatDetailItem
相關文章
相關標籤/搜索