2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-08-29 21:28:46 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
2009-08-29 21:28:46 -04:00
|
|
|
|
2014-09-26 02:33:47 -04:00
|
|
|
<div x="1%" y="1%" width="98%" height="96%" layout="vertical-row" >
|
2016-03-20 13:02:13 -04:00
|
|
|
<header width="80%" I18N="In the track selection screen" text="All Tracks"
|
2014-06-19 03:49:36 -04:00
|
|
|
align="center" text_align="center" />
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row" padding="1">
|
|
|
|
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
|
|
|
|
label_location="bottom" align="center" max_rows="4"
|
|
|
|
child_width="160" child_height="120" />
|
|
|
|
<spacer width="20" height="13" />
|
|
|
|
</box>
|
2009-03-14 21:34:21 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<!-- Populated dynamically at runtime -->
|
|
|
|
<tabs width="100%" height="25" id="trackgroups"> </tabs>
|
|
|
|
|
2016-02-14 20:28:36 -05:00
|
|
|
<spacer width="100%" height="2%" />
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|