skin.pellucid/1080i/View_Games.xml

89 lines
3.8 KiB
XML
Raw Normal View History

2018-03-06 22:04:34 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="games">
<control type="panel" id="50">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
2018-03-29 17:45:19 +02:00
<width>1800</width>
<height>24-row</height>
2018-03-06 22:04:34 +01:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
2018-03-29 17:45:19 +02:00
<onup>9998</onup>
<onback>9998</onback>
2018-03-06 22:04:34 +01:00
<pagecontrol>60</pagecontrol>
2018-03-29 17:45:19 +02:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="293" height="348">
2018-03-06 22:04:34 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2018-03-29 17:45:19 +02:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2018-03-06 22:04:34 +01:00
<aspectratio>stretch</aspectratio>
2018-03-29 17:45:19 +02:00
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
<control type="image">
2018-03-06 22:04:34 +01:00
<posx>0</posx>
<posy>0</posy>
2018-03-29 17:45:19 +02:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>60</height>
2018-03-06 22:04:34 +01:00
<aligny>center</aligny>
2018-03-29 17:45:19 +02:00
<font>thumbTitle</font>
2018-03-06 22:04:34 +01:00
<textcolor>textActive</textcolor>
2018-03-29 17:45:19 +02:00
<label>[B]$INFO[ListItem.label][/B]</label>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group">
<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>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>60</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
2018-03-06 22:04:34 +01:00
</control>
</focusedlayout>
</control>
</include>
</includes>