14 lines
394 B
XML
14 lines
394 B
XML
<?xml version="1.0"?>
|
|
<layout>
|
|
<flex dir="row" wrap="1" width="100%">
|
|
<plane height="100" width="50%" min-width="500"/>
|
|
<plane height="100%" width="50%" wrap="1" dir="col">
|
|
<plane height="150" width="100%" />
|
|
<plane height="50%" width="50%">
|
|
<plane height="30" width="45" />
|
|
<plane height="30" width="45" />
|
|
</plane>
|
|
</plane>
|
|
</flex>
|
|
</layout>
|