摘要: 【onMeasure】 直接继承view或ViewGroup的自定义控件需要重写onMeasure方法并设置wrap_content时的自身大小,否则在布局中使用wrap_content就相当于match_parent。 //LinearLayout 通过measure调用onMeasure Vie 阅读全文
posted @ 2016-08-15 18:23 万物为铜 阅读(760) 评论(0) 推荐(0)