49
Screen layouts explained
App
end
ix
1 Sc
ree
n
la
y
out
s
<?xml version="1.0" encoding="UTF-8"?>
<ScreenLayouts>
<SingleScreen name="Landscape" width="1920" height="1080" rotation="landscape"/>
<SingleScreen name="PortraitCW" width="1920" height="1080" rotation="portrait-cw"/>
<SingleScreen name="PortraitCCW" width="1920" height="1080" rotation="portrait-ccw"/>
<SingleScreen name="Landscape1200" width="1920" height="1200" rotation="landscape"/>
<SingleScreen name="Rotate60" width="1920" height="1080" rotation="60"/>
<MatrixLayout name="Landscape1x3" rows="1" columns="3" rowGap="1" columnGap="148"
rotation="landscape"
screenWidth="1920" screenHeight="1080"/>
<MatrixLayout name="Landscape3x2" rows="2" columns="3" rowGap="148" columnGap="148"
rotation="landscape"
screenWidth="1920" screenHeight="1080"/>
<MatrixLayout name="Portrait2x1" rows="2" columns="1" rowGap="148" columnGap="0"
rotation="portrait-ccw"
screenWidth="1920" screenHeight="1080"/>
<CustomLayout name="MixedSize" width="5869" height="3320">
<ScreenBounds id="s1" x="1080" y="700" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s2" x="1228" y="700" width="3413" height="1920" rotation="landscape"/>
<ScreenBounds id="s3" x="5869" y="700" width="1920" height="1080" rotation="portrait-cw"/>
</CustomLayout>
<CustomLayout name="Rotate61x3" width="6196" height="3264">
<ScreenBounds id="s1" x="1518" y="500" width="1920" height="1200" rotation="61"/>
<ScreenBounds id="s2" x="3098" y="500" width="1920" height="1200" rotation="61"/>
<ScreenBounds id="s3" x="4678" y="500" width="1920" height="1200" rotation="61"/>
</CustomLayout>
<CustomLayout name="MixedRotate" width="6600" height="6600">
<ScreenBounds id="s1" x="1570" y="2150" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s2" x="1720" y="2150" width="1920" height="1080" rotation="landscape"/>
<ScreenBounds id="s3" x="4860" y="1310" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s4" x="6080" y="470" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s5" x="1570" y="4210" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s6" x="2790" y="3380" width="1920" height="1080" rotation="portrait-cw"/>
<ScreenBounds id="s7" x="2940" y="3380" width="1920" height="1080" rotation="landscape"/>
<ScreenBounds id="s8" x="6080" y="2530" width="1920" height="1080" rotation="portrait-cw"/>
</CustomLayout>
</ScreenLayouts>
Header