101 lines
4.3 KiB
XML
101 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<!--Spotify Artist browser-->
|
|
<include name="musicspotifyartist">
|
|
<control type="group">
|
|
<visible>$EXP[isMusicSpotifyArtist]</visible>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture fallback="colors/black.png">$INFO[container(56).listitem.art(thumb)]</texture>
|
|
<colordiffuse>FF555555</colordiffuse>
|
|
<aspectratio>scale</aspectratio>
|
|
<fadetime>250</fadetime>
|
|
</control>
|
|
<!--content-->
|
|
<control type="panel" id="56">
|
|
<visible>$EXP[isMusicSpotifyArtist]</visible>
|
|
<posx>90</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>1800</width>
|
|
<height>25-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>56</ondown>
|
|
<onup>56</onup>
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
|
<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>
|
|
<bordersize>12</bordersize>
|
|
<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>
|
|
<texture>$INFO[Listitem.art(thumb)]</texture>
|
|
<bordersize>12</bordersize>
|
|
<colordiffuse>BBffffff</colordiffuse>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>24</posx>
|
|
<posy>80</posy>
|
|
<width>372</width>
|
|
<height>3-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>menuTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>99000000</shadowcolor>
|
|
</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>
|
|
<texture>$INFO[Listitem.art(thumb)]</texture>
|
|
<bordersize>6</bordersize>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>24</posx>
|
|
<posy>80</posy>
|
|
<width>372</width>
|
|
<height>3-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>menuTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>99000000</shadowcolor>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
</includes> |