2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-06-30 14:40:55 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
|
|
|
|
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
|
|
|
|
<icon-button id="back" height="100%" icon="gui/back.png"/>
|
|
|
|
<header text_align="center" proportion="1" text="SuperTuxKart Addons" align="center"/>
|
|
|
|
<icon-button id="reload" height="90%" icon="gui/restart.png"/>
|
2013-06-29 20:29:43 -04:00
|
|
|
</div>
|
2010-06-30 14:40:55 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box id="filter_box" width="97%" height="75" layout="vertical-row" align="center">
|
|
|
|
<div x="0" y="0" width="98%" height="100%" layout="horizontal-row" align="center">
|
|
|
|
<textbox id="filter_name" proportion="7" align="center" />
|
|
|
|
<spacer width="10" />
|
|
|
|
<label text="Updated" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only recently updated items"/>
|
|
|
|
<spinner id="filter_date" proportion="8" align="center" min_value="0" wrap_around="true"/>
|
2014-11-08 08:53:39 -05:00
|
|
|
<label text="Rating >=" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only items with good rating"/>
|
2015-01-05 19:04:01 -05:00
|
|
|
<spinner id="filter_rating" proportion="5" align="center" min_value="0" wrap_around="true"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="filter_search" height="100%" icon="gui/search.png"/>
|
|
|
|
</div>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<spacer height="15" width="10"/>
|
2013-07-05 21:05:08 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<tabs id="category" height="10%" max_height="110" width="90%" align="center">
|
|
|
|
<icon-button id="tab_kart" width="128" height="128" icon="gui/karts.png"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the addons screen" text="Karts"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="tab_track" width="128" height="128" icon="gui/mode_normal.png"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the addons screen" text="Tracks"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="tab_arena" width="128" height="128" icon="gui/mode_normal.png"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the addons screen" text="Arenas"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
</tabs>
|
2010-06-30 14:40:55 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
|
|
|
<list id="list_addons" x="0" y="0" width="100%" height="100%"/>
|
|
|
|
</box>
|
2016-08-19 18:28:59 -04:00
|
|
|
|
|
|
|
<bright width="97%" id="tips_label" text="" align="center"/>
|
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2010-06-30 14:40:55 -04:00
|
|
|
</stkgui>
|