onMeasure和onLayout

能够参照View.java中html Implementing a Custom View 的介绍 1. onMeasure: determine the size requirements for this view and all of its children.java a. 属于View的方法,用来测量本身及其子元素来肯定宽度和高度android b. view的measure方法体中会调
相关文章
相关标签/搜索