What is the difference between linear and relative layout?

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

What is the difference between linear and relative layout?

10条回答
  •  执念已碎
    2020-12-30 14:21

    In the relative layout ,all the content in the layout page is related to other contents in the example_layout.xml page

    In the case of Linear Layout the elements are displayed in the linear format

提交回复
热议问题