skin.pellucid/1080i/View_MusicGenres.xml

62 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Music genre browser-->
<include name="musicgenre">
<control type="panel" id="55">
<visible>$EXP[isMusicGenre]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>55</ondown>
<onup>55</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>552</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/genre.png">colors/white.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="label">
<posx>48</posx>
<posy>0</posy>
<width>432</width>
<height>72</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>552</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/genre.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>48</posx>
<posy>0</posy>
<width>432</width>
<height>72</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</include>
</includes>