skin.pellucid/1080i/MusicOverlay.xml

53 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control type="group">
<posx>col-14-begin</posx>
<posy>0</posy>
<visible>!Window.IsActive(visualisation) + !container.content(songs)</visible>
<animation type="windowopen">
<effect type="slide" start="0,-50" end="0,0" tween="cubic" easing="out" delay="500" time="300"/>
<effect type="fade" start="0" end="100" time="500" delay="500"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<description>Artist</description>
<posx>1-col</posx>
<posy>0</posy>
<font>itemTitle</font>
<width>7-col-gutter</width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<height>1-row</height>
<label>$INFO[musicplayer.Artist] - $INFO[MusicPlayer.Title]</label>
<scroll>true</scroll>
<textcolor>textActive</textcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>MusicOverlay.xml</label>
</control>
</controls>
</window>