View的测量

通过MeasureSpec类 来测量View

测量的模式

MeasureSpec.EXACTLY 精确模式

MeasureSpec.AT_MOST 最大值模式

MeasureSpec.UNSPECIFIED 不指定模式