2016-03-20 04:23:49 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
|
2016-03-20 04:23:49 -04:00
|
|
|
|
|
|
|
<div x="1%" y="1%" width="98%" height="96%" layout="vertical-row" >
|
|
|
|
|
|
|
|
<header width="80%" I18N="In the track and grand prix selection screen" text="Grand Prix"
|
|
|
|
align="center" text_align="center" />
|
|
|
|
|
|
|
|
<box width="100%" height="195" padding="0">
|
|
|
|
<scrollable_toolbar id="gps" height="175" y="10" x="10" width="98%" align="center" label_location="each"
|
|
|
|
square_items="true" child_width="175" child_height="120" />
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<header width="100%" I18N="In the track and grand prix selection screen" text="All Tracks"
|
|
|
|
align="center" text_align="center" />
|
|
|
|
|
|
|
|
<box proportion="1" width="100%" layout="vertical-row" padding="1">
|
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
2018-03-16 18:00:58 -04:00
|
|
|
label_location="bottom" align="center" max_rows="3"
|
2016-03-20 04:23:49 -04:00
|
|
|
child_width="160" child_height="120" />
|
|
|
|
<spacer width="20" height="13" />
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<!-- Populated dynamically at runtime -->
|
2018-03-16 18:00:58 -04:00
|
|
|
<tabs width="100%" height="5%" id="trackgroups"> </tabs>
|
2016-03-20 04:23:49 -04:00
|
|
|
|
|
|
|
<spacer width="100%" height="2%" />
|
|
|
|
</div>
|
|
|
|
</stkgui>
|