What is the difference between linear and relative layout?

后端 未结 10 1711
無奈伤痛
無奈伤痛 2020-12-30 13:48

What is the difference between linear and relative layout?

10条回答
  •  执笔经年
    2020-12-30 14:38

    Linear layouts put every child, one after the other, in a line, either horizontally or vertically. With a relative layout you can give each child a LayoutParam that specifies exactly where is should go, relative to the parent or relative to other children.

提交回复
热议问题