摘要: Android一共有六大布局 1.线性布局:LinearLayout 常用属性:layout_width:布局宽度通常不直接写数字的,用wrap_content(组件的实际大小),fill_parent或者match_parent填满父容器 layout_height:布局高度,用wrap_cont 阅读全文