Layout change drastically on orientation change

前端 未结 4 1286
花落未央
花落未央 2020-12-22 02:53

I have created a layout for an activity. The layout contains some image buttons and text views. The problem is that when I am setting the orientation of my device to portrai

4条回答
  •  感情败类
    2020-12-22 03:29

    • create folder /res/layout-land (here you will keep your landscape adjusted layouts)
    • copy chooseActivity.xml there
    • make necessary changes to it

提交回复
热议问题