skin.pellucid/1080i/View_Artists.xml

94 lines
4.0 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Artist browser-->
2017-03-25 19:46:39 +01:00
<include name="musicartist">
<control type="group">
2018-08-30 20:34:50 +02:00
<visible>$EXP[isMusicArtist]</visible>
2017-03-25 19:46:39 +01:00
<!--content-->
2017-12-21 15:16:56 +01:00
<control type="panel" id="51">
2017-03-25 19:46:39 +01:00
<visible>$EXP[isMusicArtist]</visible>
2018-10-10 23:49:39 +02:00
<posx>90</posx>
2018-05-14 21:11:10 +02:00
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
2018-10-14 14:51:20 +02:00
<ondown>51</ondown>
<onup>51</onup>
2020-01-27 22:52:53 +01:00
<scrolltime tween="sine">250</scrolltime>
2018-05-14 21:11:10 +02:00
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="288">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
2018-10-10 23:49:39 +02:00
<bordersize>12</bordersize>
2018-05-14 21:11:10 +02:00
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
2018-09-14 19:18:57 +02:00
<texture>$INFO[Listitem.art(thumb)]</texture>
2018-10-10 23:49:39 +02:00
<bordersize>12</bordersize>
2020-12-05 19:10:50 +01:00
<colordiffuse>99FFFFFF</colordiffuse>
2018-05-14 21:11:10 +02:00
</control>
2018-08-30 20:34:50 +02:00
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
2018-05-14 21:11:10 +02:00
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
2018-10-10 23:49:39 +02:00
<shadowcolor>bb000000</shadowcolor>
2018-05-14 21:11:10 +02:00
</control>
</itemlayout>
<focusedlayout width="444" height="264">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
2018-09-14 19:18:57 +02:00
<texture>$INFO[Listitem.art(thumb)]</texture>
2018-05-14 21:11:10 +02:00
<bordersize>6</bordersize>
</control>
2018-08-30 20:34:50 +02:00
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
2018-05-14 21:11:10 +02:00
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
2018-10-10 23:49:39 +02:00
<shadowcolor>bb000000</shadowcolor>
2018-05-14 21:11:10 +02:00
</control>
</control>
</focusedlayout>
2017-03-25 19:46:39 +01:00
</control>
2015-04-06 21:57:56 +02:00
</control>
</include>
</includes>