Android layout folders: layout, layout-port, layout-land

后端 未结 3 1437
刺人心
刺人心 2020-11-27 03:12

I\'m not sure to have understood well the role played by the several Android /res/layout folders.

layout: general layouts

lay

3条回答
  •  無奈伤痛
    2020-11-27 04:00

    Create folder in res layout-land or layout-port

    layout-port: layout for widget that must change for portrait orientation

    layout-land: layout for widget that must change for landscape orientation

提交回复
热议问题