onMeasure是ViewGroup繼承自View的
一開始,在Developer的API中的ViewGroup里沒有找到onMeasure的方法,又看見ViewGroup是繼承自View的,在View里面找到了onMeasure的方法,描述是:Measure the view and its content to determine the measured width and the measured height.
一開始,在Developer的API中的ViewGroup里沒有找到onMeasure的方法,又看見ViewGroup是繼承自View的,在View里面找到了onMeasure的方法,描述是:Measure the view and its content to determine the measured width and the measured height.
2014-12-09
舉報
2014-12-11