2020年6月11日
摘要: 1.测量时,需要自定义ViewGroup,实现onMeasure方法 @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, 阅读全文
posted @ 2020-06-11 13:43 南巷挽清风 阅读(531) 评论(0) 推荐(0)