16 lines
268 B
XML
16 lines
268 B
XML
<?xml version="1.0"?>
|
|
<GUI
|
|
orientation="vertical"
|
|
align="center"
|
|
layout="fill_parent"
|
|
padding="10, 10, 10, 10"
|
|
debug="2">
|
|
<Layout
|
|
orientation="HORIZONTAL">
|
|
<Label
|
|
text="Hello World"
|
|
padding=""/>
|
|
<Label
|
|
text="Richard Allen"/>
|
|
</Layout>
|
|
</GUI> |