skin.pellucid/1080i/MyPVRChannels.xml

92 lines
3.5 KiB
XML
Raw Normal View History

2015-03-27 21:31:40 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">9999</defaultcontrol>
2015-11-08 21:16:04 +01:00
2015-05-21 00:38:26 +02:00
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
2015-03-27 21:31:40 +01:00
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-04-19 22:55:23 +02:00
<!--initial animation-->
<animation type="Windowopen">
2015-07-13 21:26:43 +02:00
<effect type="zoom" start="130" time="200" center="auto" tween="linear" easing="out"/>
2015-04-27 22:30:43 +02:00
<effect type="fade" start="30" end="100" time="100"/>
2015-04-19 22:55:23 +02:00
</animation>
2015-03-27 21:31:40 +01:00
<!--Main content listing-->
<control type="group" id="9999">
<include>liveTVChannels</include>
</control>
<!--page scrollbar-->
<control type="group" id="9400">
<visible>Control.IsVisible(60) + !control.isvisible(10)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2015-11-08 21:16:04 +01:00
<posx>51r</posx>
2015-04-07 22:28:13 +02:00
<posy>row-5-begin</posy>
<height>22-row</height>
2015-03-27 21:31:40 +01:00
<onleft>9999</onleft>
</control>
</control>
<!--Folder titles-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--source title-->
<control type="label">
<visible>window.isactive(tvchannels)</visible>
<posx>0</posx>
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
2015-12-21 21:30:26 +01:00
<label>$LOCALIZE[31006] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31078][/COLOR]</label>
2015-03-27 21:31:40 +01:00
<textcolor>textActive</textcolor>
</control>
<control type="label">
<visible>window.isactive(radiochannels)</visible>
<posx>0</posx>
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
2015-12-21 21:30:26 +01:00
<label>$LOCALIZE[31164] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31078][/COLOR]</label>
2015-03-27 21:31:40 +01:00
<textcolor>textActive</textcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>48</posy>
<width>14-col</width>
<font>pageSubTitle</font>
<label>$INFO[Pvr.BackendChannels] $LOCALIZE[31017]</label>
<textcolor>textActive</textcolor>
</control>
</control>
<!--dateTime-->
<include>dateTime</include>
</control>
<!--hub menu-->
<include>hubMenu</include>
2015-12-01 21:38:46 +01:00
<include>hubOptions</include>
2015-03-27 21:31:40 +01:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>MyPVRChannels.xml</label>
</control>
</controls>
</window>