线性布局LinearLayout
一、简介
LinearLayout是一种线型的布局方式。LinearLayout布局容器内的组件一个挨着一个地排列起来:不仅可以控制个组件横向排列,也可控制各组件纵向排列。通过orientation属性设置线性排列的方向是垂直(vertical)还是纵向(horizontal)。
线性布局实例
二、代码实例
效果图:
结构
代码:
/Test_LinearLayout/res/layout/activity_main.xml
android:layout_weight="4" 权重
android:gravity="bottom|right" 字体靠右下
android:orientation="vertical" > 垂直布局
xmlns:android="http://schemas.android.com/apk/res/android"
命名空间1 26 7 192 193 194 195 196 19717 18 19 26 27 151 152 15334 42 50 58 66 67 68 6976 84 92 100 109 110 111108 118 126 134 142 150 159 167 175 183 191 205 206 207