在此过程中
1.viewgroup知道自己有几个子view。
2.每个view的一些基本属性都已经知道 id backgroud width height ... 通过view的构造函数style传递进来。
findViewById()
view.findViewById()
android 创建view间关系
原文:https://www.cnblogs.com/l-h-h/p/10321839.html