skin.pellucid/1080i/MyPVRGuide.xml

162 lines
8.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<views>10</views>
2016-11-19 12:33:24 +01:00
<defaultcontrol always="true">9999</defaultcontrol>
2016-11-29 23:56:29 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2017-01-12 15:09:42 +01:00
<onload>Skin.SetString(recentitems,video)</onload>
2017-02-18 15:44:24 +01:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
2015-03-27 21:31:13 +01:00
<controls>
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-04-07 22:28:13 +02:00
<!--Main content listing-->
<control type="group" id="9999">
2016-11-19 12:33:24 +01:00
<!--initial animation-->
2016-11-21 21:36:06 +01:00
<include>contentOpen</include>
2015-04-07 22:28:13 +02:00
<control type="epggrid" id="10">
<description>EPG Grid</description>
2015-03-27 21:31:13 +01:00
<posx>col-1-begin</posx>
2015-05-31 12:45:19 +02:00
<posy>row-5-begin</posy>
2015-04-19 22:55:23 +02:00
<width>24-col</width>
2016-07-17 17:14:13 +02:00
<height>22-row</height>
2015-04-07 22:28:13 +02:00
<timeblocks>30</timeblocks>
2015-04-20 21:33:20 +02:00
<progresstexture border="0,33,18,14">UIControls/PVR-EpgProgressIndicator.png</progresstexture>
2015-04-07 22:28:13 +02:00
<rulerunit>6</rulerunit>
2015-11-13 21:24:02 +01:00
<onback>9000</onback>
2015-04-19 22:55:23 +02:00
<rulerlayout height="2-row" width="216">
2015-04-07 22:28:13 +02:00
<control type="label" id="2">
<visible>SubString(ListItem.Label,:)</visible>
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>12</posy>
<width>216</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>66FFFFFF</textcolor>
2015-04-07 22:28:13 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
</rulerlayout>
2015-04-20 21:33:20 +02:00
<channellayout height="2-row" width="288">
2015-04-07 22:28:13 +02:00
<control type="image">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>3</posy>
<width>66</width>
<height>66</height>
2015-04-07 22:28:13 +02:00
<aspectratio scalediffuse="false">scale</aspectratio>
2015-04-12 22:22:47 +02:00
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
2015-04-07 22:28:13 +02:00
</control>
<control type="label">
<posx>1-col-indent</posx>
2015-04-20 21:33:20 +02:00
<width>4-col-gutter</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
2015-04-19 22:55:23 +02:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2015-03-27 21:31:13 +01:00
<shadowcolor>-</shadowcolor>
2015-04-07 22:28:13 +02:00
<label>$INFO[ListItem.ChannelName]</label>
</control>
</channellayout>
2015-04-20 21:33:20 +02:00
<focusedchannellayout height="2-row" width="288">
2015-04-07 22:28:13 +02:00
<control type="image">
<posx>1-col</posx>
2015-04-19 22:55:23 +02:00
<width>216</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
2015-04-07 22:28:13 +02:00
<control type="image">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>3</posy>
<width>66</width>
<height>66</height>
2015-04-07 22:28:13 +02:00
<aspectratio scalediffuse="false">scale</aspectratio>
2015-04-12 22:22:47 +02:00
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
2015-04-19 22:55:23 +02:00
<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>
2015-04-07 22:28:13 +02:00
</control>
<control type="label">
<posx>1-col-indent</posx>
2015-04-20 21:33:20 +02:00
<width>4-col-gutter</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
2015-04-19 22:55:23 +02:00
<font>itemTitle</font>
2015-04-07 22:28:13 +02:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2015-04-07 22:28:13 +02:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
2015-09-02 00:13:19 +02:00
<scroll>true</scroll>
2015-04-07 22:28:13 +02:00
</control>
</focusedchannellayout>
2015-04-19 22:55:23 +02:00
<itemlayout height="2-row" width="216">
2015-04-07 22:28:13 +02:00
<control type="image" id="2">
2015-04-19 22:55:23 +02:00
<width>213</width>
<height>69</height>
2015-04-07 22:28:13 +02:00
<aspectratio>stretch</aspectratio>
2015-04-20 21:33:20 +02:00
<texture border="0">colors/black.png</texture>
2016-02-21 19:58:08 +01:00
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
2015-04-20 21:33:20 +02:00
<bordersize>3,0,0,0</bordersize>
2015-04-07 22:28:13 +02:00
</control>
<control type="label" id="1">
2015-04-19 22:55:23 +02:00
<width>204</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<font>itemTitle</font>
<textoffsetx>12</textoffsetx>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-11-25 22:28:11 +01:00
<selectedcolor>textActive</selectedcolor>
2015-03-27 21:31:13 +01:00
<shadowcolor>-</shadowcolor>
2015-04-07 22:28:13 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
2016-03-29 10:16:59 +02:00
<control type="image">
<visible>ListItem.HasTimer</visible>
<posx>12</posx>
<posy>6</posy>
<width>12</width>
<height>12</height>
<aspectratio>stretch</aspectratio>
<texture border="0" diffuse="masks/circle.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<animation effect="fade" start="30" end="100" time="1000" condition="true" pulse="true">conditional</animation>
</control>
2015-04-07 22:28:13 +02:00
</itemlayout>
2015-04-19 22:55:23 +02:00
<focusedlayout height="2-row" width="216">
2015-04-07 22:28:13 +02:00
<control type="image" id="14">
2015-04-19 22:55:23 +02:00
<width>213</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
2015-04-20 21:33:20 +02:00
<texture border="0">colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-07 22:28:13 +02:00
</control>
<control type="label" id="1">
2015-04-19 22:55:23 +02:00
<width>204</width>
2015-04-07 22:28:13 +02:00
<height>2-row</height>
<font>itemTitle</font>
<textoffsetx>12</textoffsetx>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
2015-03-27 21:31:13 +01:00
</control>
2015-04-07 22:28:13 +02:00
</focusedlayout>
2014-09-28 20:47:53 +02:00
</control>
2015-04-07 22:28:13 +02:00
</control>
2017-09-19 22:24:15 +02:00
<!--page header-->
2014-09-28 20:47:53 +02:00
<control type="group">
2017-09-19 22:24:15 +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-04-07 22:28:13 +02:00
<!--hub menu-->
<include>hubMenu</include>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>MyPVRGuide.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>