summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogPVRChannelGuide.xml
blob: dc08d91d8196f885c044325b9fa5b9b500e4a52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">11</defaultcontrol>
	<controls>
		<control type="group">
			<animation effect="fade" start="0" end="100" time="100">WindowOpen</animation>
			<animation effect="fade" start="100" end="0" time="100">WindowClose</animation>
			<animation effect="fade" start="100" end="75" time="0" condition="true">Conditional</animation>
			<visible>!Window.IsActive(fullscreenvideo)</visible>
			<include>ColoredBackgroundImages</include>
		</control>
		<control type="group">
			<depth>DepthOSD</depth>
			<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
			<control type="group">
				<include>OpenClose_Left</include>
				<include content="ContentPanel">
					<param name="width" value="840" />
				</include>
				<control type="fixedlist" id="11">
					<left>0</left>
					<top>list_top_offset</top>
					<width>1900</width>
					<bottom>list_bottom</bottom>
					<onleft>60</onleft>
					<onright>60</onright>
					<onup>11</onup>
					<ondown>11</ondown>
					<pagecontrol>60</pagecontrol>
					<scrolltime tween="cubic" easing="out">500</scrolltime>
					<movement>4</movement>
					<focusposition>4</focusposition>
					<itemlayout height="90" width="1900">
						<control type="label">
							<left>20</left>
							<width>150</width>
							<bottom>0</bottom>
							<aligny>center</aligny>
							<textcolor>grey</textcolor>
							<label>$INFO[ListItem.StartTime]</label>
						</control>
						<control type="label">
							<left>150</left>
							<width>610</width>
							<bottom>0</bottom>
							<align>right</align>
							<aligny>center</aligny>
							<label>$VAR[PVRListItemSubLabel]</label>
						</control>
					</itemlayout>
					<focusedlayout height="90" width="1900">
						<control type="image">
							<left>0</left>
							<width>780</width>
							<bottom>0</bottom>
							<texture colordiffuse="button_focus">lists/focus.png</texture>
							<visible>Control.HasFocus(11)</visible>
							<animation effect="fade" start="100" end="0" time="0">UnFocus</animation>
						</control>
						<control type="label">
							<left>20</left>
							<width>150</width>
							<bottom>0</bottom>
							<aligny>center</aligny>
							<label>$INFO[ListItem.StartTime]</label>
						</control>
						<control type="label">
							<left>150</left>
							<width>610</width>
							<bottom>0</bottom>
							<align>right</align>
							<aligny>center</aligny>
							<label>$VAR[PVRListItemSubLabelFocused]</label>
							<scroll>true</scroll>
						</control>
						<control type="group">
							<visible>!String.IsEmpty(ListItem.Plot) + Control.HasFocus(11)</visible>
							<animation effect="fade" start="0" end="100" time="200">Focus</animation>
							<control type="image">
								<left>772</left>
								<top>-100</top>
								<width>1210</width>
								<height>350</height>
								<texture border="40">buttons/dialogbutton-nofo.png</texture>
							</control>
							<control type="image">
								<left>805</left>
								<top>-65</top>
								<width>320</width>
								<height>280</height>
								<aspectratio align="center" aligny="center">keep</aspectratio>
								<texture fallback="DefaultTVShows.png" >$INFO[Listitem.Icon]</texture>
							</control>
							<control type="textbox">
								<left>1135</left>
								<top>-70</top>
								<width>760</width>
								<height>290</height>
								<label>$INFO[ListItem.Plot]</label>
								<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
							</control>
						</control>
					</focusedlayout>
				</control>
				<control type="scrollbar" id="60">
					<left>768</left>
					<top>list_top_offset</top>
					<width>12</width>
					<bottom>list_bottom</bottom>
					<onleft>11</onleft>
					<onright>11</onright>
					<texturesliderbackground />
					<animation effect="zoom" start="100,100" end="50,100" center="780,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(60)">conditional</animation>
				</control>
			</control>
			<control type="image">
				<left>0</left>
				<bottom>0</bottom>
				<width>100%</width>
				<height>115</height>
				<texture flipy="true">frame/InfoBar.png</texture>
			</control>
			<control type="group">
				<include>Animation_TopSlide</include>
				<control type="image">
					<left>0</left>
					<width>780</width>
					<height>110</height>
					<texture>frame/InfoBar.png</texture>
				</control>
				<control type="label" id="2">
					<description>header label</description>
					<textoffsetx>40</textoffsetx>
					<width>1300</width>
					<height>70</height>
					<font>font45</font>
					<aligny>center</aligny>
					<label>$LOCALIZE[19069]$INFO[Container(11).ListItem.StartDate, - ]</label>
					<shadowcolor>black</shadowcolor>
				</control>
			</control>
		</control>
	</controls>
</window>