通过重写ViewGroup学习onMeasure()和onLayout()方法
摘要:
在继承ViewGroup类时,需要重写两个方法,分别是onMeasure和onLayout。1,在方法onMeasure中调用setMeasuredDimension方法void android.view.View.setMeasuredDimension(int measuredWidth, in... 阅读全文
posted @ 2013-12-23 23:05 loonggg 阅读(399) 评论(0) 推荐(0)
浙公网安备 33010602011771号