skin.pellucid/1080i/MyPVRGuide.xml

214 lines
7.6 KiB
XML
Raw Permalink Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2019-02-03 22:09:09 +01:00
<views>10</views>
<defaultcontrol always="true">9999</defaultcontrol>
2024-05-06 14:53:16 +02:00
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
2019-02-03 22:09:09 +01:00
<onload>Skin.SetString(recentitems,video)</onload>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<!--Main content listing-->
<control type="group" id="9999">
<!--initial animation-->
<include>contentOpen</include>
<control type="epggrid" id="10">
<description>EPG Grid</description>
<posx>col-1-begin</posx>
2019-06-22 18:32:41 +02:00
<posy>row-4-begin</posy>
2019-02-03 22:09:09 +01:00
<width>24-col</width>
<height>23-row</height>
<timeblocks>30</timeblocks>
<progresstexture border="0,33,18,14">UIControls/PVR-EpgProgressIndicator.png</progresstexture>
<rulerunit>6</rulerunit>
<onback>9000</onback>
<rulerlayout height="2-row" width="216">
<control type="label" id="2">
<visible>String.Contains(ListItem.Label,:)</visible>
<posx>0</posx>
<posy>12</posy>
<width>216</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>66FFFFFF</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</rulerlayout>
2019-06-22 18:32:41 +02:00
<rulerdatelayout height="2-row" width="24-col">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<align>center</align>
<height>2-row</height>
<font>menuTitle2</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</rulerdatelayout>
2019-02-03 22:09:09 +01:00
<channellayout height="2-row" width="288">
2022-08-17 22:19:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
2024-05-06 14:53:16 +02:00
<height>70</height>
2022-08-17 22:19:56 +02:00
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
2024-05-06 14:53:16 +02:00
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
</control>
2022-08-17 22:19:56 +02:00
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2024-05-06 14:53:16 +02:00
<width>213</width>
<height>70</height>
2022-08-17 22:19:56 +02:00
<aspectratio>stretch</aspectratio>
2024-05-06 14:53:16 +02:00
<texture border="0">colors/black.png</texture>
2022-08-17 22:19:56 +02:00
<colordiffuse>d0000000</colordiffuse>
</control>
2019-02-03 22:09:09 +01:00
<control type="label">
<posx>1-col-indent</posx>
2021-03-07 16:09:28 +01:00
<width>198</width>
2019-02-03 22:09:09 +01:00
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
</control>
</channellayout>
<focusedchannellayout height="2-row" width="288">
<control type="image">
<posx>1-col</posx>
2024-05-06 14:53:16 +02:00
<width>213</width>
2019-02-03 22:09:09 +01:00
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
2022-08-17 22:19:56 +02:00
<control type="group">
2019-02-03 22:09:09 +01:00
<animation type="focus" loop="false" reversible="false">
2024-05-06 14:53:16 +02:00
<effect type="fade" time="0" end="50"/>
2019-02-03 22:09:09 +01:00
</animation>
2022-08-17 22:19:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2024-05-06 14:53:16 +02:00
<width>72</width>
2022-08-17 22:19:56 +02:00
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
2024-05-06 14:53:16 +02:00
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
2022-08-17 22:19:56 +02:00
</control>
2019-02-03 22:09:09 +01:00
<control type="label">
<posx>1-col-indent</posx>
2024-05-06 14:53:16 +02:00
<width>186</width>
2019-02-03 22:09:09 +01:00
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
<scroll>true</scroll>
</control>
</focusedchannellayout>
<itemlayout height="2-row" width="216">
<control type="image" id="2">
<width>213</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
2021-03-07 16:09:28 +01:00
<bordertexture colordiffuse="">colors/black.png</bordertexture>
2019-02-03 22:09:09 +01:00
<bordersize>3,0,0,0</bordersize>
2021-03-07 16:09:28 +01:00
<colordiffuse>overlay</colordiffuse>
2019-02-03 22:09:09 +01:00
</control>
<control type="label" id="1">
<width>204</width>
<height>2-row</height>
<font>itemTitle</font>
<textoffsetx>12</textoffsetx>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<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>
</itemlayout>
<focusedlayout height="2-row" width="216">
<control type="image" id="14">
<width>213</width>
<height>2-row</height>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label" id="1">
<width>204</width>
<height>2-row</height>
<font>itemTitle</font>
<textoffsetx>12</textoffsetx>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--page header-->
<control type="group">
2017-09-19 22:24:15 +02:00
<include>pageHeader</include>
2019-02-03 22:09:09 +01:00
</control>
2017-09-21 21:32:06 +02:00
<control type="label" id="29">
2019-02-03 22:09:09 +01:00
<visible>false</visible>
</control>
</control>
<!--hub menu-->
<include>hubMenu</include>
<!--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>