Search code examples
androidlayoutlandscapeportrait

Android portrait and landscape layouts


I have the following layout:

enter image description here

I need the following layout in portrait mode:

enter image description here

But instead of that I obtain the following one that I don't know how to modify it:

enter image description here

How can I do that?


Solution

  • Create a layout-land folder in res folder and create xml with the same name in this folder.