76 lines
1.6 KiB
XML
76 lines
1.6 KiB
XML
<Defaults>
|
|
<Text color="White"
|
|
fontSize="110"
|
|
alignment="MiddleLeft"
|
|
font="font_teutonic-arkham"/>
|
|
<Button fontSize="110"
|
|
height="200"
|
|
width="600"
|
|
hoverClass="bGrey"
|
|
pressClass="bWhite"
|
|
selectClass="bWhite"
|
|
color="#aaaaaa"
|
|
font="font_teutonic-arkham"/>
|
|
<Button class="bGrey"
|
|
color="grey"/>
|
|
<Button class="bWhite"
|
|
color="white"/>
|
|
<Button class="activeTab"
|
|
color="#ffffff"/>
|
|
<Row preferredHeight="300"/>
|
|
</Defaults>
|
|
|
|
<TableLayout height="1600"
|
|
width="1800"
|
|
columnWidths="1000 800"
|
|
rotation="0 0 180"
|
|
position="0 0 -11"
|
|
scale="0.1 0.1 0.1"
|
|
cellBackgroundColor="none">
|
|
<Row preferredHeight="400">
|
|
<Cell columnSpan="2">
|
|
<Text fontSize="200"
|
|
alignment="UpperCenter">Playermat Hider</Text>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
<Text color="White">Playermat 1 (White)</Text>
|
|
</Cell>
|
|
<Cell>
|
|
<Panel>
|
|
<Button onClick="onClick_hideShow(White)">Show / Hide</Button>
|
|
</Panel>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
<Text color="Orange">Playermat 2 (Orange)</Text>
|
|
</Cell>
|
|
<Cell>
|
|
<Panel>
|
|
<Button onClick="onClick_hideShow(Orange)">Show / Hide</Button>
|
|
</Panel>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
<Text color="Green">Playermat 3 (Green)</Text>
|
|
</Cell>
|
|
<Cell>
|
|
<Panel>
|
|
<Button onClick="onClick_hideShow(Green)">Show / Hide</Button>
|
|
</Panel>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
<Text color="Red">Playermat 4 (Red)</Text>
|
|
</Cell>
|
|
<Cell>
|
|
<Panel>
|
|
<Button onClick="onClick_hideShow(Red)">Show / Hide</Button>
|
|
</Panel>
|
|
</Cell>
|
|
</Row>
|
|
</TableLayout> |