2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-06-30 18:40:55 +00:00
|
|
|
<stkgui>
|
2019-10-24 22:24:20 +02:00
|
|
|
<div x="1%" y="0" width="98%" layout="horizontal-row" height="9%">
|
2019-11-10 10:25:19 +01:00
|
|
|
<icon-button id="back" height="100%" icon_align="left" icon="gui/icons/back.png"/>
|
|
|
|
<spacer proportion="1" height="1"/>
|
|
|
|
<icon-button id="reload" y="5%" height="90%" icon_align="right" icon="gui/icons/restart.png"/>
|
2019-10-05 23:03:04 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
|
|
|
<header width="80%" height="8%" align="center" text_align="center" text="SuperTuxKart Addons"/>
|
|
|
|
<spacer width="100%" height="1%"/>
|
2010-06-30 18:40:55 +00:00
|
|
|
|
2019-05-14 05:39:43 +08:00
|
|
|
<box id="filter_box" width="97%" height="2f" layout="vertical-row" align="center">
|
2014-06-19 09:49:36 +02:00
|
|
|
<div x="0" y="0" width="98%" height="100%" layout="horizontal-row" align="center">
|
|
|
|
<textbox id="filter_name" proportion="7" align="center" />
|
2019-06-09 04:01:54 +08:00
|
|
|
<spacer width="2%" />
|
2014-06-19 09:49:36 +02:00
|
|
|
<label text="Updated" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only recently updated items"/>
|
2019-06-09 04:01:54 +08:00
|
|
|
<spacer width="1%" />
|
2014-06-19 09:49:36 +02:00
|
|
|
<spinner id="filter_date" proportion="8" align="center" min_value="0" wrap_around="true"/>
|
2019-06-09 04:01:54 +08:00
|
|
|
<spacer width="1%" />
|
2014-11-08 14:53:39 +01: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"/>
|
2019-06-09 04:01:54 +08:00
|
|
|
<spacer width="1%" />
|
2015-01-05 19:04:01 -05:00
|
|
|
<spinner id="filter_rating" proportion="5" align="center" min_value="0" wrap_around="true"/>
|
2018-09-16 16:37:42 +02:00
|
|
|
<icon-button id="filter_search" height="100%" icon="gui/icons/search.png"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</div>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<spacer height="15" width="10"/>
|
2013-07-06 01:05:08 +00:00
|
|
|
|
2019-05-14 05:39:43 +08:00
|
|
|
<tabs id="category" height="2f" width="90%" align="center">
|
2018-09-16 16:37:42 +02:00
|
|
|
<icon-button id="tab_kart" width="128" height="128" icon="gui/icons/karts.png"
|
2014-11-08 14:53:39 +01:00
|
|
|
I18N="In the addons screen" text="Karts"/>
|
2018-09-16 16:37:42 +02:00
|
|
|
<icon-button id="tab_track" width="128" height="128" icon="gui/icons/mode_normal.png"
|
2014-11-08 14:53:39 +01:00
|
|
|
I18N="In the addons screen" text="Tracks"/>
|
2019-11-08 02:01:28 +08:00
|
|
|
<icon-button id="tab_arena" width="128" height="128" icon="gui/icons/mode_weapons.png"
|
2014-11-08 14:53:39 +01:00
|
|
|
I18N="In the addons screen" text="Arenas"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</tabs>
|
2010-06-30 18:40:55 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
2019-12-18 14:29:27 +08:00
|
|
|
<div layout="horizontal-row" width="100%" height="12%">
|
2019-12-11 01:13:16 +08:00
|
|
|
<spacer width="1%" />
|
2019-12-18 04:25:18 +01:00
|
|
|
<label text="Installed" align="center" I18N="In addons screen, above the list of addons to be installed"/>
|
|
|
|
<spacer width="1%" />
|
|
|
|
<spinner id="filter_installation" proportion="5" align="center" min_value="0" wrap_around="true"/>
|
|
|
|
<spacer width="50%" />
|
2019-12-10 17:12:45 +01:00
|
|
|
</div>
|
2019-12-18 14:29:27 +08:00
|
|
|
<list id="list_addons" x="0" y="0" width="100%" height="88%" word_wrap="true" alternate_bg="true"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</box>
|
|
|
|
</div>
|
2010-06-30 18:40:55 +00:00
|
|
|
</stkgui>
|