skin.pellucidPlus/1080i/View_MusicAddons.xml

82 lines
3.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="musicaddons">
<control type="panel" id="50">
<visible>Substring(Container.folderpath,addons://sources/audio)</visible>
<posx>78</posx>
<posy>row-5-begin</posy>
<width>1800</width>
2016-02-21 19:58:08 +01:00
<height>24-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
2016-02-26 21:34:36 +01:00
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
2016-01-25 21:09:11 +01:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
2016-05-14 14:02:30 +02:00
<itemlayout width="300" height="336">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
2016-04-04 17:48:12 +02:00
<texture border="6">DefaultAlbumCover.png</texture>
2016-05-11 21:27:33 +02:00
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2016-05-11 21:27:33 +02:00
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
2016-05-11 21:27:33 +02:00
<posy>264</posy>
<width>240</width>
2016-05-11 21:27:33 +02:00
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
2016-05-11 21:27:33 +02:00
<font>thumbtitle</font>
2015-11-25 22:28:11 +01:00
<textcolor>textDisabled</textcolor>
2016-05-11 21:27:33 +02:00
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
2016-01-25 21:09:11 +01:00
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout>
2016-05-14 14:02:30 +02:00
<focusedlayout width="4-col" height="336">
<control type="group">
2016-04-03 17:35:32 +02:00
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
2016-04-04 17:48:12 +02:00
<texture fallback="DefaultAlbumCover.png" border="6">$INFO[Listitem.thumb]</texture>
2016-01-25 21:09:11 +01:00
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
2016-05-11 21:27:33 +02:00
<posy>264</posy>
<width>240</width>
2016-05-11 21:27:33 +02:00
<height>1-row</height>
<align>center</align>
<aligny>center</aligny>
2016-05-11 21:27:33 +02:00
<font>thumbtitle</font>
<textcolor>textActive</textcolor>
2016-05-11 21:27:33 +02:00
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</control>
</focusedlayout>
</control>
</include>
</includes>