摘要:
ViewView's Main Draw Process:1. onMeasure() Called to determine the size requirements for this view and all its children.2. onLayout() Called when this view should assign a size and postion to all of its children. 3. onDraw() Called when this view render its... 阅读全文
posted @ 2013-10-31 12:43
slowalker
阅读(167)
评论(0)
推荐(0)