寫了一個 ItemDecoration
的實現,能夠快速在 RecyclerView
列表項之間添加空白區域,也支持在首項的頭與末項的尾添加單獨的 padding 區域,支持橫豎兩種列表方向。android
gist.github.com/shawnlinboy…git
最後吐槽下爲啥 RecyclerView
到如今了仍是隻有 DividerItemDecoration
這一個官方實現,並且要求列表必需要有 @android:attr/listDivider
或者調用 setDrawable()
還不能傳空的 drawable
,這也太麻煩了吧。github