Android布局管理器总结
常用布局管理器:
LinearLayout 线性布局管理器
RelativeLayout 相对布局管理器
TableLayout 表格布局管理器
FrameLayout 帧布局管理器
AbsoluteLayout 绝对布局管理器
GridLayout 网格布局管理器