skin.pellucidPlus/1080i/View_MusicGenres.xml

62 lines
2.4 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Music genre browser-->
<include name="musicgenre">
2017-12-21 15:16:56 +01:00
<control type="panel" id="55">
2017-03-25 19:46:39 +01:00
<visible>$EXP[isMusicGenre]</visible>
2015-03-31 21:21:43 +02:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
2015-05-10 21:59:54 +02:00
<width>24-col</width>
2015-05-31 12:45:19 +02:00
<height>23-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>60</onright>
2018-10-14 14:51:20 +02:00
<ondown>55</ondown>
<onup>55</onup>
2014-09-28 20:47:53 +02:00
<pagecontrol>60</pagecontrol>
2022-08-13 12:24:26 +02:00
<itemlayout width="8-col" height="96">
2014-09-28 20:47:53 +02:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2022-08-12 00:04:51 +02:00
<posy>0</posy>
<width>552</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/genre.png">colors/white.png</texture>
<colordiffuse>d0000000</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2022-08-12 00:04:51 +02:00
<posx>48</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2022-08-12 00:04:51 +02:00
<width>432</width>
<height>72</height>
2015-03-30 21:32:00 +02:00
<aligny>center</aligny>
2015-03-31 21:21:43 +02:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-03-31 21:21:43 +02:00
<label>$INFO[ListItem.Label]</label>
2014-09-28 20:47:53 +02:00
</control>
</itemlayout>
2022-08-13 12:24:26 +02:00
<focusedlayout width="8-col" height="96">
<control type="image">
2022-08-12 00:04:51 +02:00
<posx>0</posx>
<posy>0</posy>
2022-08-12 00:04:51 +02:00
<width>552</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/genre.png">colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2022-08-12 00:04:51 +02:00
<posx>48</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2022-08-12 00:04:51 +02:00
<width>432</width>
<height>72</height>
2015-03-31 21:21:43 +02:00
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>itemTitle</font>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</include>
</includes>