Layout change drastically on orientation change

前端 未结 4 1056
耶瑟儿~
耶瑟儿~ 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:29

    - It seems you screen size is creating a problem here.

    - You will have to create another folder under res directory as layout-land, and in it create a .xml file just like you did in layout folder, and make it look the way you want it in landscape mode.

    - When your app goes into landscape mode, automatically this .xml file will be selected (ie from the layout-land) folder.

提交回复
热议问题