2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-08-30 01:28:46 +00:00
|
|
|
<stkgui>
|
2019-10-24 22:24:20 +02:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2009-08-30 01:28:46 +00:00
|
|
|
|
2018-12-17 16:38:38 +08:00
|
|
|
<div id="all-track" x="1%" y="1%" width="60%" height="88%" layout="vertical-row" >
|
2019-10-08 09:15:01 +08:00
|
|
|
<header height="8%" width="80%" I18N="In the track selection screen" text="All Tracks"
|
2014-06-19 09:49:36 +02:00
|
|
|
align="center" text_align="center" />
|
2019-10-05 23:03:04 +02:00
|
|
|
<spacer width="100%" height="1%" />
|
2009-03-15 01:34:21 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row" padding="1">
|
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
2018-03-16 23:00:58 +01:00
|
|
|
label_location="bottom" align="center" max_rows="3"
|
2014-06-19 09:49:36 +02:00
|
|
|
child_width="160" child_height="120" />
|
|
|
|
<spacer width="20" height="13" />
|
|
|
|
</box>
|
2009-03-15 01:34:21 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<!-- Populated dynamically at runtime -->
|
2019-05-18 03:42:45 +08:00
|
|
|
<tabs width="100%" height="1f" id="trackgroups"> </tabs>
|
2014-06-19 09:49:36 +02:00
|
|
|
|
2016-02-15 09:28:36 +08:00
|
|
|
<spacer width="100%" height="2%" />
|
2018-03-17 11:12:21 +08:00
|
|
|
<box id="rect-box" width="100%" height="20%" padding="15" layout="vertical-row">
|
2018-03-16 00:54:02 +08:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-09-16 04:53:39 +02:00
|
|
|
<spinner id="lap-spinner" width="20%" min_value="1" max_value="20" align="center"
|
|
|
|
wrap_around="true" />
|
|
|
|
<spacer width="2%"/>
|
2018-12-17 16:38:38 +08:00
|
|
|
<label id="lap-text" width="78%" I18N="In the track screen" text_align="left"/>
|
2018-03-16 00:54:02 +08:00
|
|
|
</div>
|
|
|
|
<spacer height="10"/>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-09-16 04:53:39 +02:00
|
|
|
<div width="20%" height="fit" text-align="center" layout="vertical-row" >
|
|
|
|
<checkbox id="reverse" align="center"/>
|
2018-03-16 00:54:02 +08:00
|
|
|
</div>
|
2018-09-16 04:53:39 +02:00
|
|
|
<spacer width="2%"/>
|
|
|
|
<label id="reverse-text" width="78%" I18N="In the track screen" text_align="left"/>
|
2018-03-16 00:54:02 +08:00
|
|
|
</div>
|
|
|
|
</box>
|
2018-03-19 15:08:38 +08:00
|
|
|
</div>
|
2018-12-18 23:05:36 +01:00
|
|
|
<div id="vote" x="63%" y="1%" width="36%" height="88%" layout="vertical-row">
|
|
|
|
<div width="100%" proportion="2" layout="horizontal-row">
|
2018-12-17 16:38:38 +08:00
|
|
|
<box proportion="2" height="100%" layout="vertical-row">
|
|
|
|
<list id="vote-list" width="100%" height="100%" word_wrap="true"/>
|
|
|
|
</box>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-05-18 03:42:45 +08:00
|
|
|
<progressbar x="2%" y="93%" id="timer" height="1f" width="96%"></progressbar>
|
2014-06-19 09:49:36 +02:00
|
|
|
</stkgui>
|