skin.pellucid/1080i/View_Photos.xml

72 lines
3.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Photo browser-->
2015-03-30 21:32:00 +02:00
<include name="photos">
2014-09-28 20:47:53 +02:00
<control type="panel" id="52">
2015-03-30 21:32:00 +02:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
2016-05-29 19:38:50 +02:00
<width>1800</width>
<height>25-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>60</onright>
2016-05-29 19:38:50 +02:00
<ondown>50</ondown>
<onup>50</onup>
2016-01-25 21:09:11 +01:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
2016-05-29 19:38:50 +02:00
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="336">
2015-04-20 21:33:20 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-05-29 19:38:50 +02:00
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
2015-12-01 21:38:46 +01:00
</control>
<control type="label">
<posx>12</posx>
2016-05-29 19:38:50 +02:00
<posy>268</posy>
<width>384</width>
<height>1-row</height>
2015-12-01 21:38:46 +01:00
<align>center</align>
<aligny>center</aligny>
2016-05-29 19:38:50 +02:00
<font>thumbTitle</font>
2015-12-07 21:53:06 +01:00
<textcolor>textDisabled</textcolor>
2015-12-01 21:38:46 +01:00
<label>$INFO[ListItem.label]</label>
2016-05-29 19:38:50 +02:00
<shadowcolor>ff333333</shadowcolor>
2015-04-20 21:33:20 +02:00
</control>
2016-05-29 19:38:50 +02:00
</itemlayout>
<focusedlayout width="444" height="336">
2015-04-29 21:09:32 +02:00
<control type="group">
2016-04-03 17:35:32 +02:00
<include>focusThumb</include>
2015-04-29 21:09:32 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-05-29 19:38:50 +02:00
<width>6-col-gutter</width>
<height>4-col-gutter</height>
2015-04-29 21:09:32 +02:00
<aspectratio>scale</aspectratio>
2016-07-24 20:39:38 +02:00
<texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture>
<bordertexture border="6">colors/white.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2016-05-29 19:38:50 +02:00
<colordiffuse>ffffffff</colordiffuse>
2015-12-01 21:38:46 +01:00
</control>
<control type="label">
<posx>12</posx>
2016-05-29 19:38:50 +02:00
<posy>268</posy>
<width>384</width>
<height>1-row</height>
2015-12-01 21:38:46 +01:00
<align>center</align>
<aligny>center</aligny>
2016-05-29 19:38:50 +02:00
<font>thumbTitle</font>
2015-12-01 21:38:46 +01:00
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
2016-05-29 19:38:50 +02:00
<shadowcolor>ff333333</shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
</focusedlayout>
</control>
</include>
2015-03-27 21:31:13 +01:00
</includes>