addons_screen.stkgui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
  4. <div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
  5. <icon-button id="back" height="100%" icon="gui/back.png"/>
  6. <header text_align="center" proportion="1" text="SuperTuxKart Addons" align="center"/>
  7. <icon-button id="reload" height="90%" icon="gui/restart.png"/>
  8. </div>
  9. <box id="filter_box" width="97%" height="75" layout="vertical-row" align="center">
  10. <div x="0" y="0" width="98%" height="100%" layout="horizontal-row" align="center">
  11. <textbox id="filter_name" proportion="7" align="center" />
  12. <spacer width="10" />
  13. <label text="Updated" align="center" I18N="In addons screen, in the filtering bar, to enable a filter that will show only recently updated items"/>
  14. <spinner id="filter_date" proportion="8" align="center" min_value="0" wrap_around="true"/>
  15. <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"/>
  16. <spinner id="filter_rating" proportion="5" align="center" min_value="0" wrap_around="true"/>
  17. <icon-button id="filter_search" height="100%" icon="gui/search.png"/>
  18. </div>
  19. </box>
  20. <spacer height="15" width="10"/>
  21. <tabs id="category" height="10%" max_height="110" width="90%" align="center">
  22. <icon-button id="tab_kart" width="128" height="128" icon="gui/karts.png"
  23. I18N="In the addons screen" text="Karts"/>
  24. <icon-button id="tab_track" width="128" height="128" icon="gui/mode_normal.png"
  25. I18N="In the addons screen" text="Tracks"/>
  26. <icon-button id="tab_arena" width="128" height="128" icon="gui/mode_normal.png"
  27. I18N="In the addons screen" text="Arenas"/>
  28. </tabs>
  29. <box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
  30. <list id="list_addons" x="0" y="0" width="100%" height="100%"/>
  31. </box>
  32. </div>
  33. </stkgui>