What is the difference between linear and relative layout?

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

What is the difference between linear and relative layout?

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 14:26

    RelativeLayout is more flexible than LinearLayout but if you have proper knowledge about LinearLayout you Can use that too. For LinearLayout every attribute has a significant position hardcoded by the developer. For RelativeLayout you can change the position by relating with others attribute.

提交回复
热议问题