linearlayout
- 网络线性布局
linearlayout
-
LinearLayout also supports assigning a weight to individual children .
线性布局也支持分配一个权重到独立的孩子。
-
Note the use of multiple LinearLayout structures .
注意多个LinearLayout结构的使用。
-
For a custom layout with the text node values to the right of the labels , use RelativeLayout instead of LinearLayout .
为了实现文本节点值位于标签右侧的自定义布局,可以使用RelativeLayout代替LinearLayout。
-
The first is a vertical alignment , and it contains both a LinearLayout with a horizontal structure and a ScrollView .
第一个是垂直对齐,其中既含有一个带有水平结构的LinearLayout和一个ScrollView。