skin.pellucidPlus/1080i/MyPrograms.xml

149 lines
6.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9999</defaultcontrol>
2016-11-29 23:56:29 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
2018-02-25 14:05:53 +01:00
<views>50</views>
2014-09-28 20:47:53 +02:00
<controls>
<!--page container group-->
<control type="group">
<include>globalBackground</include>
2016-11-08 11:36:35 +01:00
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-05-04 21:29:51 +02:00
<!--Main content listing-->
<control type="group" id="9999">
<!--source content-->
2014-09-28 20:47:53 +02:00
<control type="group">
2016-11-21 21:36:06 +01:00
<include>contentOpen</include>
2018-02-25 14:05:53 +01:00
<control type="panel" id="50">
<visible>$EXP[isVideoList]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12-col-gutter</posx>
<posy>0</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
2018-10-21 21:30:39 +02:00
<font>itemSubTitle</font>
2018-02-25 14:05:53 +01:00
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.AddonSummary]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12-col-gutter</posx>
<posy>0</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
2018-10-21 21:30:39 +02:00
<font>itemSubTitle</font>
2018-02-25 14:05:53 +01:00
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.AddonSummary]</label>
</control>
</focusedlayout>
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-05-04 21:29:51 +02:00
</control>
<!--page scrollbar-->
<control type="group" id="8000">
2016-11-18 21:48:26 +01:00
<visible>Control.IsVisible(60)</visible>
2015-05-04 21:29:51 +02:00
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2018-09-01 16:25:36 +02:00
<posx>54r</posx>
2017-01-12 15:09:42 +01:00
<posy>row-6-begin</posy>
<height>20-row</height>
2015-05-04 21:29:51 +02:00
<onleft>9999</onleft>
2016-02-22 22:10:50 +01:00
<onback>9999</onback>
2015-05-04 21:29:51 +02:00
</control>
</control>
2017-09-24 13:30:00 +02:00
<!--page header-->
2015-05-04 21:29:51 +02:00
<control type="group">
2017-09-24 13:30:00 +02:00
<include>pageHeader</include>
2014-09-28 20:47:53 +02:00
</control>
</control>
2016-11-29 23:56:29 +01:00
<!--mini window-->
<include>miniVideoPlayer</include>
2015-05-04 21:29:51 +02:00
<!--hub menu-->
<include>hubMenu</include>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyPrograms.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>