线性布局(LinearLayout):

android:orientation="vertical"垂直线性布局,"horizontal"水平线性布局

线性布局比较适合所有控件都是整齐排列的页面

相对布局(RelativeLayout):

比较适合精确排版的页面

:两大布局

相关文章: