skin.pellucidPlus/1080i/View_Files.xml

79 lines
3.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
2015-03-31 21:21:43 +02:00
<include name="files">
2014-09-28 20:47:53 +02:00
<control type="panel" id="50">
2015-03-31 21:21:43 +02:00
<visible>StringCompare(container.foldername,files) | StringCompare(container.foldername,Video Playlists)</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>12-col</width>
<height>25-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
2015-03-31 21:21:43 +02:00
<onup>50</onup>
2014-09-28 20:47:53 +02:00
<pagecontrol>60</pagecontrol>
2015-03-31 21:21:43 +02:00
<itemlayout width="12-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>1-col</width>
<height>2-row</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
2014-09-28 20:47:53 +02:00
</control>
2015-03-31 21:21:43 +02:00
<control type="image">
<posx>1-col</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>11-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-31 21:21:43 +02:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>11-col-gutter</width>
<height>2-row</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>
2014-09-28 20:47:53 +02: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>
2015-03-31 21:21:43 +02:00
<focusedlayout width="12-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>1-col</width>
<height>2-row</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture>
<include>spinFocusIcon</include>
2014-09-28 20:47:53 +02:00
</control>
<control type="image">
2015-03-31 21:21:43 +02:00
<posx>1-col</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>11-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-31 21:21:43 +02:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-03-31 21:21:43 +02:00
<width>11-col-gutter</width>
<height>2-row</height>
<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>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</include>
2015-03-27 21:31:13 +01:00
</includes>