2018-03-19 14:54:10 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2019-06-08 16:01:54 -04:00
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
2018-03-19 14:54:10 -04:00
|
|
|
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
|
|
|
I18N="Splitscreen player in network" text="Add player"/>
|
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<spacer height="8%" width="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<div width="100%" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<spacer proportion="1" height="10"/>
|
|
|
|
<spinner id="name-spinner" width="70%" align="center" wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
<spacer width="5%" height="10"/>
|
|
|
|
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<label id="name-text" text_align="left" I18N="Splitscreen player in network" text="Name"/>
|
|
|
|
<spacer proportion="1" height="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<spacer height="2%" width="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<div id="handicap-row" width="100%" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<spacer proportion="1" height="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
<checkbox id="handicap" align="center" />
|
|
|
|
</div>
|
2019-02-06 18:08:32 -05:00
|
|
|
<spacer width="5%" height="10"/>
|
|
|
|
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
|
|
|
<label id="handicap-text" text_align="left" I18N="Splitscreen player in network" text="Handicap"/>
|
|
|
|
<spacer proportion="1" height="10"/>
|
|
|
|
</div>
|
2018-03-19 14:54:10 -04:00
|
|
|
</div>
|
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<spacer proportion="2" width="10"/>
|
|
|
|
|
2018-03-19 14:54:10 -04:00
|
|
|
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2019-02-06 18:08:32 -05:00
|
|
|
<label id="message-label" proportion="1" text_align="center" word_wrap="true" I18N="Splitscreen player in network"
|
2018-03-20 02:56:17 -04:00
|
|
|
text="Press the 'All players ready' button after the player list is ready."/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-02-06 18:08:32 -05:00
|
|
|
<spacer proportion="3" width="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
|
|
|
|
<buttonbar id="options" width="90%" height="20%" align="center">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="add" width="64" height="64" icon="gui/icons/blue_plus.png"
|
2018-03-20 02:56:17 -04:00
|
|
|
I18N="Splitscreen player in network" text="Add player" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="connect" width="64" height="64" icon="gui/icons/green_check.png"
|
2018-03-20 02:56:17 -04:00
|
|
|
I18N="Splitscreen player in network" text="All players ready" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
2018-03-19 14:54:10 -04:00
|
|
|
I18N="Splitscreen player in network" text="Cancel" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="reset" width="64" height="64" icon="gui/icons/remove.png"
|
2019-02-06 18:08:32 -05:00
|
|
|
I18N="Splitscreen player in network" text="Clear players" label_location="bottom"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</buttonbar>
|
2019-02-06 18:08:32 -05:00
|
|
|
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="1f" width="10"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|