tracks.stkgui 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  4. <div x="1%" y="1%" width="98%" height="96%" layout="vertical-row" >
  5. <header width="80%" I18N="In the track selection screen" text="Grand Prix"
  6. align="center" text_align="center" />
  7. <box width="100%" height="195" padding="0">
  8. <scrollable_toolbar id="gps" height="175" y="10" x="10" width="98%" align="center" label_location="each"
  9. square_items="true" child_width="175" child_height="120" />
  10. </box>
  11. <header width="100%" I18N="In the track selection screen" text="All Tracks"
  12. align="center" text_align="center" />
  13. <box proportion="1" width="100%" layout="vertical-row" padding="1">
  14. <ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
  15. label_location="bottom" align="center" max_rows="4"
  16. child_width="160" child_height="120" />
  17. <spacer width="20" height="13" />
  18. </box>
  19. <!-- Populated dynamically at runtime -->
  20. <tabs width="100%" height="25" id="trackgroups"> </tabs>
  21. <spacer width="100%" height="2%" />
  22. </div>
  23. </stkgui>