为什么要重写View的onMeasure(int widthMeasureSpec, int heightMeasureSpec)方法
继承于View的自定义控件,包含多个子View时,View类的onMeasure()方法里有个getDefaultSize(int size, int measureSpec)方法,这个方法中当子view的specMode为AT_MOST(对应于LayoutParams里的wrap_content)和EXACTLY(对应于LayoutParams里的match_parent或者是确定值)时,都是返