RecyclerView 四周帶分割線的ItemDecoration

這是效果圖: canvas 這是代碼(用kotlin寫的有點裝):ide class GridLayoutDivider(width:Int,color:Int) : RecyclerView.ItemDecoration() { private var mWidth = width private var mColor = color private var mPaint
相關文章
相關標籤/搜索