##常见UI布局
* 线性布局 LinearLayout
>重要属性
>android:orientation="horizontal" 竖直排列
>android:orientation="vertical" 水平排列
>android:layout_width="0dip"
>android:layout_weight="1" 权重
* 相对布局 RelativeLayout
* 绝对布局 AbsoluteLayout
>过时 机顶盒
* 表格布局 TableLayout
* 帧布局 FrameLayout
本文出自 “曾颐楠的播客” 博客,请务必保留此出处http://zengyinan.blog.51cto.com/9524976/1721439