Layout change drastically on orientation change

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

    Due to less height in the landscape mode, the layout will display like this.

    According to me the good way is maintain the layout-land in the res folder and design the layout for the landscape mode. so that it will be nice look

提交回复
热议问题