2014-06-19 03:49:36 -04:00
<?xml version="1.0" encoding="UTF-8"?>
2013-01-01 08:58:16 -05:00
<stkgui>
2018-09-16 10:37:42 -04:00
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
2013-01-01 08:58:16 -05:00
2019-01-03 15:44:15 -05:00
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
2013-01-01 08:58:16 -05:00
<header width="80%" text="Race Setup" align="center" text_align="center" />
2014-06-19 03:49:36 -04:00
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2014-06-19 03:49:36 -04:00
2016-01-17 21:21:55 -05:00
<bubble height="fit" width="100%" id="lblLeftRight" I18N="In soccer setup screen" text="Use left/right to choose your team and press fire" word_wrap="true" text_align="center"/>
2014-06-19 03:49:36 -04:00
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
2019-01-03 15:44:15 -05:00
<roundedbox layout="vertical-row" width="100%" proportion="1" align="center">
<spacer height="2%" width="25"/>
<div layout="horizontal-row" width="100%" height="12%" align="center">
<spacer height="10" proportion="1"/>
<icon id="red_team" I18N="In soccer setup screen" text="Red Team" icon="gui/icons/soccer_ball_red.png" height="100%"/>
<spacer height="10" proportion="2"/>
<icon id="blue_team" I18N="In soccer setup screen" text="Blue Team" icon="gui/icons/soccer_ball_blue.png" height="100%"/>
<spacer height="10" proportion="1"/>
</div>
<spacer height="2%" width="25"/>
<div id="central_div" layout="horizontal-row" width="100%" proportion="1" align="center">
2013-01-29 14:33:23 -05:00
<!-- Content is added programmatically -->
2019-01-03 15:44:15 -05:00
</div>
<spacer height="2%" width="25"/>
</roundedbox>
2013-01-09 16:32:43 -05:00
2018-11-01 18:40:27 -04:00
<spacer height="1%" width="25"/>
2018-09-03 18:31:56 -04:00
2014-06-19 03:49:36 -04:00
<button id="continue" I18N="In soccer setup screen" text="Continue" align="center" width="60%"/>
2013-01-01 08:58:16 -05:00
</div>
</stkgui>