2024-10-05 08:52:34 -04:00
|
|
|
<Defaults>
|
|
|
|
<Button padding="50 50 50 50"
|
|
|
|
font="font_teutonic-arkham"
|
|
|
|
fontSize="200"
|
|
|
|
textColor="White"
|
|
|
|
iconWidth="300"
|
|
|
|
iconAlignment="Right"/>
|
|
|
|
<TableLayout position="0 125 -22"
|
|
|
|
rotation="0 0 180"
|
|
|
|
height="350"
|
|
|
|
width="1400"
|
|
|
|
scale="0.1 0.1 1"
|
|
|
|
cellSpacing="80"
|
|
|
|
cellBackgroundColor="rgba(1,1,1,0)"/>
|
|
|
|
</Defaults>
|
|
|
|
|
|
|
|
<TableLayout id="Helper"
|
|
|
|
active="false">
|
|
|
|
<Row>
|
|
|
|
<Cell>
|
2024-10-05 11:23:14 -04:00
|
|
|
<Button onClick="takeAll"
|
2024-10-05 08:52:34 -04:00
|
|
|
color="#173B0BE6"
|
|
|
|
text="Take"/>
|
|
|
|
</Cell>
|
|
|
|
<Cell>
|
2024-10-05 11:23:14 -04:00
|
|
|
<Button onClick="addCharge"
|
2024-10-05 08:52:34 -04:00
|
|
|
color="#77674DE6"
|
|
|
|
text="Place"/>
|
|
|
|
</Cell>
|
|
|
|
</Row>
|
|
|
|
</TableLayout>
|