skin.pellucidPlus/1080i/DialogSongInfo.xml

42 lines
1.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">9000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
2014-09-28 20:47:53 +02:00
<control type="group">
2015-04-21 11:33:24 +02:00
<posx>col-6-begin</posx>
<posy>row-4-begin</posy>
2015-03-27 21:31:13 +01:00
<!--animations-->
<include>modalDialogInOut</include>
2015-04-21 11:33:24 +02:00
2015-03-27 21:31:13 +01:00
<control type="label">
<description>Song Title</description>
2015-04-21 11:33:24 +02:00
<posx>0</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-04-21 11:33:24 +02:00
<width>12-col</width>
2015-03-27 21:31:13 +01:00
<font>mediumStrong</font>
<label>$INFO[ListItem.Title]</label>
<textcolor>textActive</textcolor>
</control>
2015-04-21 11:33:24 +02:00
2015-03-27 21:31:13 +01:00
<control type="label">
<description>Artist</description>
2015-04-21 11:33:24 +02:00
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
2015-04-12 22:22:47 +02:00
<label>[COLOR highlight]$INFO[ListItem.artist,, ][/COLOR]$INFO[ListItem.Album]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
</control>
2015-04-21 11:33:24 +02:00
2014-09-28 20:47:53 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSongInfo.xml</label>
</control>
2015-03-27 21:31:13 +01:00
</controls>
</window>