relativelayout
- 网络相对布局
relativelayout
-
Its root node is a RelativeLayout container element .
它的根节点是一个RelativeLayout容器元素。
-
A RelativeLayout simply instructs the runtime to lay out various UI widgets using relative positioning .
RelativeLayout指示运行时使用相对定位对不同的UI小部件进行布局。
-
For a custom layout with the text node values to the right of the labels , use RelativeLayout instead of LinearLayout .
为了实现文本节点值位于标签右侧的自定义布局,可以使用RelativeLayout代替LinearLayout。