Files
skin.udumbar/720p/DialogKaraokeSongSelector.xml
2015-06-01 00:13:30 -04:00

41 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
<controls>
<control type="group">
<left>100</left>
<top>0</top>
<control type="image">
<left>0</left>
<top>-10</top>
<width>370</width>
<height>70</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="label" id="401">
<description>Song Number Label</description>
<left>15</left>
<top>2</top>
<width>340</width>
<height>25</height>
<font>font13_title</font>
<textcolor>selected</textcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="label" id="402">
<description>Song Name Label</description>
<left>15</left>
<top>27</top>
<width>340</width>
<height>20</height>
<font>font13</font>
<textcolor>blue</textcolor>
<align>left</align>
<aligny>center</aligny>
</control>
</control>
</controls>
</window>