摘要: class TagLayout(context: Context?, attrs: AttributeSet?) : ViewGroup(context, attrs) { private val childrenBounds = mutableListOf<Rect>()//用于存储摆放子view 阅读全文
posted @ 2021-12-13 16:36 ou尼酱~~~ 阅读(110) 评论(1) 推荐(0)