ocarina/src/themes/simple2.xml

22 lines
446 B
XML

<?xml version="1.0" ?>
<window width="400" height="150" title="Ocarina 3.0">
<vbox>
<import src="themes/menu.xml" />
<scrollwindow hscroll="always">
<vbox viewport="true">
<!--<titlelabel/>
<albumlabel/>
<artistlabel/>-->
</vbox>
</scrollwindow>
<hbox>
<!--<button-play size="large"/>
<button-pause size="large"/>
<button-stop size="large"/>
<volume/>-->
</hbox>
<!--<progbar/>-->
</vbox>
</window>