42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
|
<include>fadeInOut</include>
|
|
<controls>
|
|
<include>modalDialog</include>
|
|
<control type="group">
|
|
<posx>col-6-begin</posx>
|
|
<posy>row-4-begin</posy>
|
|
<!--animations-->
|
|
<include>modalDialogInOut</include>
|
|
|
|
<control type="label">
|
|
<description>Song Title</description>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>12-col</width>
|
|
<font>mediumStrong</font>
|
|
<label>$INFO[ListItem.Title]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
|
|
<control type="label">
|
|
<description>Artist</description>
|
|
<posx>0</posx>
|
|
<posy>2-row</posy>
|
|
<width>12-col</width>
|
|
<font>itemTitle</font>
|
|
<label>[COLOR highlight]$INFO[ListItem.artist,, ][/COLOR]$INFO[ListItem.Album]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogSongInfo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|