Layout change drastically on orientation change

前端 未结 4 1054
耶瑟儿~
耶瑟儿~ 2020-12-22 02:43

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:26

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

提交回复
热议问题