skin.pellucid/1080i/View_Photos.xml

156 lines
7.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>
<width>24-col</width>
2016-02-21 19:58:08 +01:00
<height>24-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>60</onright>
2015-04-20 21:33:20 +02:00
<ondown>52</ondown>
<onup>52</onup>
2016-02-26 21:34:36 +01:00
<onback>9000</onback>
2014-09-28 20:47:53 +02:00
<pagecontrol>60</pagecontrol>
2016-01-25 21:09:11 +01:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
2015-03-30 21:32:00 +02:00
<itemlayout width="6-col" height="294">
2015-04-20 21:33:20 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-12-01 21:38:46 +01:00
<width>396</width>
<height>264</height>
2015-04-20 21:33:20 +02:00
<aspectratio>stretch</aspectratio>
2016-04-04 17:48:12 +02:00
<texture border="6">DefaultAlbumCover.png</texture>
2016-01-25 21:09:11 +01:00
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
2015-12-01 21:38:46 +01:00
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</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>
2015-04-20 21:33:20 +02:00
</control>
<control type="label">
2015-07-03 19:35:36 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
2015-04-20 21:33:20 +02:00
<posx>12</posx>
<posy>3-row</posy>
2015-12-01 21:38:46 +01:00
<width>372</width>
<height>2-row</height>
2015-04-20 21:33:20 +02:00
<align>center</align>
<aligny>center</aligny>
2015-12-01 21:38:46 +01:00
<font>buttonTitle</font>
2015-12-07 21:53:06 +01:00
<textcolor>textDisabled</textcolor>
2015-12-01 21:38:46 +01:00
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
2015-04-20 21:33:20 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
<posy>0</posy>
2015-12-01 21:38:46 +01:00
<width>396</width>
<height>264</height>
2014-09-28 20:47:53 +02:00
<aspectratio>scale</aspectratio>
2016-01-25 21:09:11 +01:00
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
2014-09-28 20:47:53 +02:00
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
2015-04-20 21:33:20 +02:00
</itemlayout>
2015-03-30 21:32:00 +02:00
<focusedlayout width="6-col" height="294">
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>
2015-12-01 21:38:46 +01:00
<width>396</width>
<height>264</height>
2015-04-29 21:09:32 +02:00
<aspectratio>scale</aspectratio>
2016-04-04 17:48:12 +02:00
<texture border="6">DefaultAlbumCover.png</texture>
2016-01-25 21:09:11 +01:00
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2015-05-26 20:58:11 +02:00
<colordiffuse>ff666666</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
2015-12-01 21:38:46 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>396</width>
<height>264</height>
<aspectratio>scale</aspectratio>
2016-01-25 21:09:11 +01:00
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2015-12-01 21:38:46 +01:00
<colordiffuse>ff666666</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-29 21:09:32 +02:00
<posx>12</posx>
<posy>3-row</posy>
2015-12-01 21:38:46 +01:00
<width>372</width>
<height>2-row</height>
2015-04-29 21:09:32 +02:00
<align>center</align>
2015-03-30 21:32:00 +02:00
<aligny>center</aligny>
2015-12-01 21:38:46 +01:00
<font>buttonTitle</font>
2015-04-20 21:33:20 +02:00
<textcolor>textActive</textcolor>
2015-12-01 21:38:46 +01:00
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
2014-09-28 20:47:53 +02:00
</control>
2015-04-29 21:09:32 +02:00
<control type="grouplist">
<posx>114</posx>
<posy>row-5-begin</posy>
<width>6-col</width>
<orientation>horizontal</orientation>
2015-12-01 21:38:46 +01:00
<visible>!isempty(ListItem.PicturePath)</visible>
2015-04-29 21:09:32 +02:00
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31186]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
2014-09-28 20:47:53 +02:00
</control>
</control>
</focusedlayout>
</control>
</include>
2015-03-27 21:31:13 +01:00
</includes>