- <?xml version="1.0" encoding="utf-8"?>
- <vbox id="test" width="100%" height="100%" >
- <box width="100%" height="60%" />
- <hbox width="100%" height="40%" style="padding: 10px; margin: 40px;" >
- <box width="50%" height="100%" >
- <label text="Test1" />
- </box>
- <box width="50%" height="100%" >
- <label text="Test2" />
- </box>
- </hbox>
- </vbox>
|