首页 / 词典 / good

relativelayout

  • 网络相对布局
relativelayoutrelativelayout
  1. Its root node is a RelativeLayout container element .

    它的根节点是一个RelativeLayout容器元素。

  2. A RelativeLayout simply instructs the runtime to lay out various UI widgets using relative positioning .

    RelativeLayout指示运行时使用相对定位对不同的UI小部件进行布局。

  3. For a custom layout with the text node values to the right of the labels , use RelativeLayout instead of LinearLayout .

    为了实现文本节点值位于标签右侧的自定义布局,可以使用RelativeLayout代替LinearLayout。