skin.pellucid/1080i/MusicOverlay.xml

41 lines
1.6 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control type="group">
2015-04-21 11:33:24 +02:00
<posx>col-7-begin</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<visible>!Window.IsActive(visualisation) + !Window.IsActive(karaoke) + [Window.IsActive(musiclibrary) | Window.IsActive(videolibrary) | window.IsActive(home) | window.isactive(MusicFiles)]</visible>
<control type="image">
<posx>0</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
<control type="label">
<description>Artist</description>
2015-04-21 11:33:24 +02:00
<posx>12</posx>
<posy>0</posy>
<font>itemSubtitle</font>
<width>12-col-gutter</width>
<align>center</align>
2014-09-28 20:47:53 +02:00
<height>1-row</height>
2015-04-21 11:33:24 +02:00
<label>$LOCALIZE[31136] - [B]$INFO[MusicPlayer.Artist][/B] $INFO[musicplayer.Title]</label>
2014-09-28 20:47:53 +02:00
<scroll>false</scroll>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>MusicOverlay.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>