Search code examples
androidlayoutscreen-size

landscape layout for 1080*1920 devices


I want to create an landscape layout for 1080*1920 phones. In portrait mode I used the

layout-xxhdpi

folder which works fine.

Should I define a folder with the name

layout-land-xxhdpi

for landscape?


Solution

  • Yes, landscape mode use resource from layout-land-* folders.

    Android documentation about supporting different screens.