skin.pellucid/1080i/MyPVRGuide.xml

179 lines
6.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<views>10</views>
<defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<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>
<posy>row-4-begin</posy>
<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>
<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>
<channellayout height="2-row" width="288">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio>keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<width>198</width>
<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>
<width>216</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio>keep</aspectratio>
<texture fallback="colors/black.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="label">
<posx>1-col-indent</posx>
<width>198</width>
<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>
<bordertexture colordiffuse="">colors/black.png</bordertexture>
<bordersize>3,0,0,0</bordersize>
<colordiffuse>overlay</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>
<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">
<include>pageHeader</include>
</control>
<control type="label" id="29">
<visible>false</visible>
</control>
</control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu-->
<include>hubMenu</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>MyPVRGuide.xml</label>
</control>
</controls>
</window>