35 lines
399 B
XML
35 lines
399 B
XML
<TableLayout>
|
|
<Row>
|
|
<Cell>
|
|
<Text>Playermat 1 (White)</Text>
|
|
</Cell>
|
|
<Cell>
|
|
<Button id="button1"
|
|
onClick="onClick">Show / Hide</Button>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
<Cell>
|
|
|
|
</Cell>
|
|
</Row>
|
|
</TableLayout> |