2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-12-27 14:25:41 -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"/>
|
2009-12-27 14:25:41 -05:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<div x="2%" y="1%" width="96%" height="99%" layout="vertical-row" >
|
2011-03-26 19:51:49 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<header width="80%" I18N="Section in arena tracks selection screen" text="Arenas"
|
|
|
|
align="center" text_align="center" />
|
2009-12-27 14:25:41 -05:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer width="20" height="5" />
|
2009-12-27 14:25:41 -05:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row" padding="2">
|
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
|
|
|
label_location="bottom" align="center" child_width="160" child_height="120" />
|
|
|
|
<spacer width="20" height="13" />
|
|
|
|
</box>
|
2009-12-27 14:25:41 -05:00
|
|
|
|
2018-03-16 18:00:58 -04:00
|
|
|
<tabs width="100%" height="5%" id="trackgroups">
|
2014-06-19 03:49:36 -04:00
|
|
|
<button id="standard" I18N="track group" text="Standard"/>
|
|
|
|
<button id="addons" I18N="track group" text="Add-Ons"/>
|
|
|
|
<button id="all" I18N="track group" text="All"/>
|
|
|
|
</tabs>
|
2009-12-27 14:25:41 -05:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer width="20" height="3%" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</stkgui>
|