~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/skin.pm3-hd/720p/MyWeather.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<window id="2600">
 
2
        <defaultcontrol always="true">3</defaultcontrol>
 
3
        <allowoverlay>no</allowoverlay>
 
4
        <controls>
 
5
                <include>CommonBackground</include>
 
6
                <control type="group">
 
7
                        <include>Window_OpenClose_Right_Panel_Animation</include>
 
8
                        <include>ContentPanel</include>
 
9
                        <control type="group">
 
10
                                <posx>317</posx>
 
11
                                <posy>135</posy>
 
12
                                <control type="image">
 
13
                                        <posx>0</posx>
 
14
                                        <posy>0</posy>
 
15
                                        <width>460</width>
 
16
                                        <height>35</height>
 
17
                                        <texture>Button_Side_NoFocus.png</texture>
 
18
                                </control>
 
19
                                <control type="label">
 
20
                                        <description>update label</description>
 
21
                                        <posx>20</posx>
 
22
                                        <posy>0</posy>
 
23
                                        <width>225</width>
 
24
                                        <height>35</height>
 
25
                                        <font>font12</font>
 
26
                                        <label>143</label>
 
27
                                        <align>left</align>
 
28
                                        <aligny>center</aligny>
 
29
                                        <textcolor>white</textcolor>
 
30
                                </control>
 
31
                                <control type="label">
 
32
                                        <description>update time label</description>
 
33
                                        <posx>440</posx>
 
34
                                        <posy>0</posy>
 
35
                                        <width>225</width>
 
36
                                        <height>35</height>
 
37
                                        <font>font12</font>
 
38
                                        <align>right</align>
 
39
                                        <aligny>center</aligny>
 
40
                                        <info>Window.Property(Updated)</info>
 
41
                                        <textcolor>white</textcolor>
 
42
                                </control>
 
43
                                <control type="image">
 
44
                                        <posx>0</posx>
 
45
                                        <posy>35</posy>
 
46
                                        <width>460</width>
 
47
                                        <height>474</height>
 
48
                                        <colordiffuse>66FFFFFF</colordiffuse>
 
49
                                        <texture>black-back.png</texture>
 
50
                                </control>
 
51
                                <control type="label">
 
52
                                        <description>current temp Value</description>
 
53
                                        <posx>20</posx>
 
54
                                        <posy>60</posy>
 
55
                                        <width>210</width>
 
56
                                        <height>180</height>
 
57
                                        <font>font35b</font>
 
58
                                        <align>center</align>
 
59
                                        <aligny>center</aligny>
 
60
                                        <label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label>
 
61
                                        <textcolor>white</textcolor>
 
62
                                        <shadowcolor>black</shadowcolor>
 
63
                                </control>
 
64
                                <control type="image">
 
65
                                        <description>current weather icon</description>
 
66
                                        <posx>230</posx>
 
67
                                        <posy>60</posy>
 
68
                                        <width>210</width>
 
69
                                        <height>180</height>
 
70
                                        <info>Window.Property(Current.ConditionIcon)</info>
 
71
                                        <aspectratio>keep</aspectratio>
 
72
                                </control>
 
73
                                <control type="label">
 
74
                                        <description>current condition label</description>
 
75
                                        <posx>20</posx>
 
76
                                        <posy>260</posy>
 
77
                                        <width>420</width>
 
78
                                        <height>30</height>
 
79
                                        <info>Window.Property(Current.Condition)</info>
 
80
                                        <wrapmultiline>true</wrapmultiline>
 
81
                                        <font>font13</font>
 
82
                                        <align>center</align>
 
83
                                        <aligny>center</aligny>
 
84
                                        <textcolor>white</textcolor>
 
85
                                </control>
 
86
                                <control type="image">
 
87
                                        <posx>20</posx>
 
88
                                        <posy>327</posy>
 
89
                                        <width>420</width>
 
90
                                        <height>4</height>
 
91
                                        <texture>separator.png</texture>
 
92
                                </control>
 
93
                                <control type="label">
 
94
                                        <description>current feels like label</description>
 
95
                                        <posx>140</posx>
 
96
                                        <posy>340</posy>
 
97
                                        <width>140</width>
 
98
                                        <height>35</height>
 
99
                                        <font>font12</font>
 
100
                                        <align>right</align>
 
101
                                        <aligny>center</aligny>
 
102
                                        <label>$LOCALIZE[402] :</label>
 
103
                                        <textcolor>grey2</textcolor>
 
104
                                </control>
 
105
                                <control type="label">
 
106
                                        <description>current dew label</description>
 
107
                                        <posx>140</posx>
 
108
                                        <posy>370</posy>
 
109
                                        <width>140</width>
 
110
                                        <height>35</height>
 
111
                                        <font>font12</font>
 
112
                                        <align>right</align>
 
113
                                        <aligny>center</aligny>
 
114
                                        <label>$LOCALIZE[405] :</label>
 
115
                                        <textcolor>grey2</textcolor>
 
116
                                </control>
 
117
                                <control type="label">
 
118
                                        <description>current humidity label</description>
 
119
                                        <posx>140</posx>
 
120
                                        <posy>400</posy>
 
121
                                        <width>140</width>
 
122
                                        <height>35</height>
 
123
                                        <font>font12</font>
 
124
                                        <align>right</align>
 
125
                                        <aligny>center</aligny>
 
126
                                        <label>$LOCALIZE[406] :</label>
 
127
                                        <textcolor>grey2</textcolor>
 
128
                                </control>
 
129
                                <control type="label">
 
130
                                        <description>current UV Index label</description>
 
131
                                        <posx>140</posx>
 
132
                                        <posy>430</posy>
 
133
                                        <width>140</width>
 
134
                                        <height>35</height>
 
135
                                        <font>font12</font>
 
136
                                        <align>right</align>
 
137
                                        <aligny>center</aligny>
 
138
                                        <label>$LOCALIZE[403] :</label>
 
139
                                        <textcolor>grey2</textcolor>
 
140
                                </control>
 
141
                                <control type="label">
 
142
                                        <description>current Wind label</description>
 
143
                                        <posx>140</posx>
 
144
                                        <posy>460</posy>
 
145
                                        <width>140</width>
 
146
                                        <height>35</height>
 
147
                                        <font>font12</font>
 
148
                                        <align>right</align>
 
149
                                        <aligny>center</aligny>
 
150
                                        <label>$LOCALIZE[404] :</label>
 
151
                                        <textcolor>grey2</textcolor>
 
152
                                </control>
 
153
                                <control type="label">
 
154
                                        <description>current feels like Value</description>
 
155
                                        <posx>160</posx>
 
156
                                        <posy>340</posy>
 
157
                                        <width>300</width>
 
158
                                        <height>35</height>
 
159
                                        <font>font12</font>
 
160
                                        <align>left</align>
 
161
                                        <aligny>center</aligny>
 
162
                                        <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
 
163
                                        <textcolor>white</textcolor>
 
164
                                </control>
 
165
                                <control type="label">
 
166
                                        <description>current dew Value</description>
 
167
                                        <posx>160</posx>
 
168
                                        <posy>370</posy>
 
169
                                        <width>300</width>
 
170
                                        <height>35</height>
 
171
                                        <font>font12</font>
 
172
                                        <align>left</align>
 
173
                                        <aligny>center</aligny>
 
174
                                        <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
 
175
                                        <textcolor>white</textcolor>
 
176
                                </control>
 
177
                                <control type="label">
 
178
                                        <description>current humidity Value</description>
 
179
                                        <posx>160</posx>
 
180
                                        <posy>400</posy>
 
181
                                        <width>300</width>
 
182
                                        <height>35</height>
 
183
                                        <font>font12</font>
 
184
                                        <align>left</align>
 
185
                                        <aligny>center</aligny>
 
186
                                        <info>Window.Property(Current.Humidity)</info>
 
187
                                        <textcolor>white</textcolor>
 
188
                                </control>
 
189
                                <control type="label">
 
190
                                        <description>current UV Index Value</description>
 
191
                                        <posx>160</posx>
 
192
                                        <posy>430</posy>
 
193
                                        <width>300</width>
 
194
                                        <height>35</height>
 
195
                                        <font>font12</font>
 
196
                                        <align>left</align>
 
197
                                        <aligny>center</aligny>
 
198
                                        <info>Window.Property(Current.UVIndex)</info>
 
199
                                        <textcolor>white</textcolor>
 
200
                                </control>
 
201
                                <control type="label">
 
202
                                        <description>current Wind Value</description>
 
203
                                        <posx>160</posx>
 
204
                                        <posy>460</posy>
 
205
                                        <width>300</width>
 
206
                                        <height>35</height>
 
207
                                        <font>font12</font>
 
208
                                        <align>left</align>
 
209
                                        <aligny>center</aligny>
 
210
                                        <info>Window.Property(Current.Wind)</info>
 
211
                                        <textcolor>white</textcolor>
 
212
                                </control>
 
213
                        </control>
 
214
                        <control type="group">
 
215
                                <description>day 0</description>
 
216
                                <posx>780</posx>
 
217
                                <posy>135</posy>
 
218
                                <control type="image">
 
219
                                        <posx>0</posx>
 
220
                                        <posy>0</posy>
 
221
                                        <width>460</width>
 
222
                                        <height>35</height>
 
223
                                        <texture>Button_Side_NoFocus.png</texture>
 
224
                                </control>
 
225
                                <control type="label">
 
226
                                        <description>Day label</description>
 
227
                                        <posx>20</posx>
 
228
                                        <posy>0</posy>
 
229
                                        <width>420</width>
 
230
                                        <height>35</height>
 
231
                                        <font>font12</font>
 
232
                                        <info>Window.Property(Day0.Title)</info>
 
233
                                        <align>left</align>
 
234
                                        <aligny>center</aligny>
 
235
                                        <textcolor>white</textcolor>
 
236
                                </control>
 
237
                                <control type="image">
 
238
                                        <posx>0</posx>
 
239
                                        <posy>35</posy>
 
240
                                        <width>460</width>
 
241
                                        <height>90</height>
 
242
                                        <colordiffuse>66FFFFFF</colordiffuse>
 
243
                                        <texture>black-back.png</texture>
 
244
                                </control>
 
245
                                <control type="image">
 
246
                                        <description>day icon</description>
 
247
                                        <posx>370</posx>
 
248
                                        <posy>40</posy>
 
249
                                        <height>80</height>
 
250
                                        <width>80</width>
 
251
                                        <info>Window.Property(Day0.OutlookIcon)</info>
 
252
                                        <aspectratio align="right">keep</aspectratio>
 
253
                                </control>
 
254
                                <control type="label">
 
255
                                        <description>high label</description>
 
256
                                        <posx>40</posx>
 
257
                                        <posy>50</posy>
 
258
                                        <height>20</height>
 
259
                                        <font>font12</font>
 
260
                                        <align>left</align>
 
261
                                        <aligny>center</aligny>
 
262
                                        <label>$LOCALIZE[393] :</label>
 
263
                                        <textcolor>grey2</textcolor>
 
264
                                        <visible>Weather.IsFetched</visible>
 
265
                                </control>
 
266
                                <control type="label">
 
267
                                        <description>high value</description>
 
268
                                        <posx>110</posx>
 
269
                                        <posy>50</posy>
 
270
                                        <height>20</height>
 
271
                                        <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
 
272
                                        <font>font12</font>
 
273
                                        <align>left</align>
 
274
                                        <aligny>center</aligny>
 
275
                                        <textcolor>white</textcolor>
 
276
                                </control>
 
277
                                <control type="label">
 
278
                                        <description>low label</description>
 
279
                                        <posx>220</posx>
 
280
                                        <posy>50</posy>
 
281
                                        <height>20</height>
 
282
                                        <font>font12</font>
 
283
                                        <align>left</align>
 
284
                                        <aligny>center</aligny>
 
285
                                        <label>$LOCALIZE[391] :</label>
 
286
                                        <textcolor>grey2</textcolor>
 
287
                                        <visible>Weather.IsFetched</visible>
 
288
                                </control>
 
289
                                <control type="label">
 
290
                                        <description>low value</description>
 
291
                                        <posx>290</posx>
 
292
                                        <posy>50</posy>
 
293
                                        <height>20</height>
 
294
                                        <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label>
 
295
                                        <font>font12</font>
 
296
                                        <align>left</align>
 
297
                                        <aligny>center</aligny>
 
298
                                        <textcolor>white</textcolor>
 
299
                                </control>
 
300
                                <control type="label">
 
301
                                        <description>conditions label</description>
 
302
                                        <posx>40</posx>
 
303
                                        <posy>90</posy>
 
304
                                        <width>320</width>
 
305
                                        <height>20</height>
 
306
                                        <info>Window.Property(Day0.Outlook)</info>
 
307
                                        <font>font12</font>
 
308
                                        <align>left</align>
 
309
                                        <aligny>center</aligny>
 
310
                                        <textcolor>white</textcolor>
 
311
                                </control>
 
312
                        </control>
 
313
                        <control type="group">
 
314
                                <description>day 0</description>
 
315
                                <posx>780</posx>
 
316
                                <posy>263</posy>
 
317
                                <control type="image">
 
318
                                        <posx>0</posx>
 
319
                                        <posy>0</posy>
 
320
                                        <width>460</width>
 
321
                                        <height>35</height>
 
322
                                        <texture>Button_Side_NoFocus.png</texture>
 
323
                                </control>
 
324
                                <control type="label">
 
325
                                        <description>Day label</description>
 
326
                                        <posx>20</posx>
 
327
                                        <posy>0</posy>
 
328
                                        <width>420</width>
 
329
                                        <height>35</height>
 
330
                                        <font>font12</font>
 
331
                                        <info>Window.Property(Day1.Title)</info>
 
332
                                        <align>left</align>
 
333
                                        <aligny>center</aligny>
 
334
                                        <textcolor>white</textcolor>
 
335
                                </control>
 
336
                                <control type="image">
 
337
                                        <posx>0</posx>
 
338
                                        <posy>35</posy>
 
339
                                        <width>460</width>
 
340
                                        <height>90</height>
 
341
                                        <colordiffuse>66FFFFFF</colordiffuse>
 
342
                                        <texture>black-back.png</texture>
 
343
                                </control>
 
344
                                <control type="image">
 
345
                                        <description>day icon</description>
 
346
                                        <posx>370</posx>
 
347
                                        <posy>40</posy>
 
348
                                        <height>80</height>
 
349
                                        <width>80</width>
 
350
                                        <info>Window.Property(Day1.OutlookIcon)</info>
 
351
                                        <aspectratio align="right">keep</aspectratio>
 
352
                                </control>
 
353
                                <control type="label">
 
354
                                        <description>high label</description>
 
355
                                        <posx>40</posx>
 
356
                                        <posy>50</posy>
 
357
                                        <height>20</height>
 
358
                                        <font>font12</font>
 
359
                                        <align>left</align>
 
360
                                        <aligny>center</aligny>
 
361
                                        <label>$LOCALIZE[393] :</label>
 
362
                                        <textcolor>grey2</textcolor>
 
363
                                        <visible>Weather.IsFetched</visible>
 
364
                                </control>
 
365
                                <control type="label">
 
366
                                        <description>high value</description>
 
367
                                        <posx>110</posx>
 
368
                                        <posy>50</posy>
 
369
                                        <height>20</height>
 
370
                                        <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
 
371
                                        <font>font12</font>
 
372
                                        <align>left</align>
 
373
                                        <aligny>center</aligny>
 
374
                                        <textcolor>white</textcolor>
 
375
                                </control>
 
376
                                <control type="label">
 
377
                                        <description>low label</description>
 
378
                                        <posx>220</posx>
 
379
                                        <posy>50</posy>
 
380
                                        <height>20</height>
 
381
                                        <font>font12</font>
 
382
                                        <align>left</align>
 
383
                                        <aligny>center</aligny>
 
384
                                        <label>$LOCALIZE[391] :</label>
 
385
                                        <textcolor>grey2</textcolor>
 
386
                                        <visible>Weather.IsFetched</visible>
 
387
                                </control>
 
388
                                <control type="label">
 
389
                                        <description>low value</description>
 
390
                                        <posx>290</posx>
 
391
                                        <posy>50</posy>
 
392
                                        <height>20</height>
 
393
                                        <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
 
394
                                        <font>font12</font>
 
395
                                        <align>left</align>
 
396
                                        <aligny>center</aligny>
 
397
                                        <textcolor>white</textcolor>
 
398
                                </control>
 
399
                                <control type="label">
 
400
                                        <description>conditions label</description>
 
401
                                        <posx>40</posx>
 
402
                                        <posy>90</posy>
 
403
                                        <width>320</width>
 
404
                                        <height>20</height>
 
405
                                        <info>Window.Property(Day1.Outlook)</info>
 
406
                                        <font>font12</font>
 
407
                                        <align>left</align>
 
408
                                        <aligny>center</aligny>
 
409
                                        <textcolor>white</textcolor>
 
410
                                </control>
 
411
                        </control>
 
412
                        <control type="group">
 
413
                                <description>day 0</description>
 
414
                                <posx>780</posx>
 
415
                                <posy>391</posy>
 
416
                                <control type="image">
 
417
                                        <posx>0</posx>
 
418
                                        <posy>0</posy>
 
419
                                        <width>460</width>
 
420
                                        <height>35</height>
 
421
                                        <texture>Button_Side_NoFocus.png</texture>
 
422
                                </control>
 
423
                                <control type="label">
 
424
                                        <description>Day label</description>
 
425
                                        <posx>20</posx>
 
426
                                        <posy>0</posy>
 
427
                                        <width>420</width>
 
428
                                        <height>35</height>
 
429
                                        <font>font12</font>
 
430
                                        <info>Window.Property(Day2.Title)</info>
 
431
                                        <align>left</align>
 
432
                                        <aligny>center</aligny>
 
433
                                        <textcolor>white</textcolor>
 
434
                                </control>
 
435
                                <control type="image">
 
436
                                        <posx>0</posx>
 
437
                                        <posy>35</posy>
 
438
                                        <width>460</width>
 
439
                                        <height>90</height>
 
440
                                        <colordiffuse>66FFFFFF</colordiffuse>
 
441
                                        <texture>black-back.png</texture>
 
442
                                </control>
 
443
                                <control type="image">
 
444
                                        <description>day icon</description>
 
445
                                        <posx>370</posx>
 
446
                                        <posy>40</posy>
 
447
                                        <height>80</height>
 
448
                                        <width>80</width>
 
449
                                        <info>Window.Property(Day2.OutlookIcon)</info>
 
450
                                        <aspectratio align="right">keep</aspectratio>
 
451
                                </control>
 
452
                                <control type="label">
 
453
                                        <description>high label</description>
 
454
                                        <posx>40</posx>
 
455
                                        <posy>50</posy>
 
456
                                        <height>20</height>
 
457
                                        <font>font12</font>
 
458
                                        <align>left</align>
 
459
                                        <aligny>center</aligny>
 
460
                                        <label>$LOCALIZE[393] :</label>
 
461
                                        <textcolor>grey2</textcolor>
 
462
                                        <visible>Weather.IsFetched</visible>
 
463
                                </control>
 
464
                                <control type="label">
 
465
                                        <description>high value</description>
 
466
                                        <posx>110</posx>
 
467
                                        <posy>50</posy>
 
468
                                        <height>20</height>
 
469
                                        <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
 
470
                                        <font>font12</font>
 
471
                                        <align>left</align>
 
472
                                        <aligny>center</aligny>
 
473
                                        <textcolor>white</textcolor>
 
474
                                </control>
 
475
                                <control type="label">
 
476
                                        <description>low label</description>
 
477
                                        <posx>220</posx>
 
478
                                        <posy>50</posy>
 
479
                                        <height>20</height>
 
480
                                        <font>font12</font>
 
481
                                        <align>left</align>
 
482
                                        <aligny>center</aligny>
 
483
                                        <label>$LOCALIZE[391] :</label>
 
484
                                        <textcolor>grey2</textcolor>
 
485
                                        <visible>Weather.IsFetched</visible>
 
486
                                </control>
 
487
                                <control type="label">
 
488
                                        <description>low value</description>
 
489
                                        <posx>290</posx>
 
490
                                        <posy>50</posy>
 
491
                                        <height>20</height>
 
492
                                        <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
 
493
                                        <font>font12</font>
 
494
                                        <align>left</align>
 
495
                                        <aligny>center</aligny>
 
496
                                        <textcolor>white</textcolor>
 
497
                                </control>
 
498
                                <control type="label">
 
499
                                        <description>conditions label</description>
 
500
                                        <posx>40</posx>
 
501
                                        <posy>90</posy>
 
502
                                        <width>320</width>
 
503
                                        <height>20</height>
 
504
                                        <info>Window.Property(Day2.Outlook)</info>
 
505
                                        <font>font12</font>
 
506
                                        <align>left</align>
 
507
                                        <aligny>center</aligny>
 
508
                                        <textcolor>white</textcolor>
 
509
                                </control>
 
510
                        </control>
 
511
                        <control type="group">
 
512
                                <description>day 3</description>
 
513
                                <posx>780</posx>
 
514
                                <posy>519</posy>
 
515
                                <control type="image">
 
516
                                        <posx>0</posx>
 
517
                                        <posy>0</posy>
 
518
                                        <width>460</width>
 
519
                                        <height>35</height>
 
520
                                        <texture>Button_Side_NoFocus.png</texture>
 
521
                                </control>
 
522
                                <control type="label">
 
523
                                        <description>Day label</description>
 
524
                                        <posx>20</posx>
 
525
                                        <posy>0</posy>
 
526
                                        <width>420</width>
 
527
                                        <height>35</height>
 
528
                                        <font>font12</font>
 
529
                                        <info>Window.Property(Day3.Title)</info>
 
530
                                        <align>left</align>
 
531
                                        <aligny>center</aligny>
 
532
                                        <textcolor>white</textcolor>
 
533
                                </control>
 
534
                                <control type="image">
 
535
                                        <posx>0</posx>
 
536
                                        <posy>35</posy>
 
537
                                        <width>460</width>
 
538
                                        <height>90</height>
 
539
                                        <colordiffuse>66FFFFFF</colordiffuse>
 
540
                                        <texture>black-back.png</texture>
 
541
                                </control>
 
542
                                <control type="image">
 
543
                                        <description>day icon</description>
 
544
                                        <posx>370</posx>
 
545
                                        <posy>40</posy>
 
546
                                        <height>80</height>
 
547
                                        <width>80</width>
 
548
                                        <info>Window.Property(Day3.OutlookIcon)</info>
 
549
                                        <aspectratio align="right">keep</aspectratio>
 
550
                                </control>
 
551
                                <control type="label">
 
552
                                        <description>high label</description>
 
553
                                        <posx>40</posx>
 
554
                                        <posy>50</posy>
 
555
                                        <height>20</height>
 
556
                                        <font>font12</font>
 
557
                                        <align>left</align>
 
558
                                        <aligny>center</aligny>
 
559
                                        <label>$LOCALIZE[393] :</label>
 
560
                                        <textcolor>grey2</textcolor>
 
561
                                        <visible>Weather.IsFetched</visible>
 
562
                                </control>
 
563
                                <control type="label">
 
564
                                        <description>high value</description>
 
565
                                        <posx>110</posx>
 
566
                                        <posy>50</posy>
 
567
                                        <height>20</height>
 
568
                                        <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
 
569
                                        <font>font12</font>
 
570
                                        <align>left</align>
 
571
                                        <aligny>center</aligny>
 
572
                                        <textcolor>white</textcolor>
 
573
                                </control>
 
574
                                <control type="label">
 
575
                                        <description>low label</description>
 
576
                                        <posx>220</posx>
 
577
                                        <posy>50</posy>
 
578
                                        <height>20</height>
 
579
                                        <font>font12</font>
 
580
                                        <align>left</align>
 
581
                                        <aligny>center</aligny>
 
582
                                        <label>$LOCALIZE[391] :</label>
 
583
                                        <textcolor>grey2</textcolor>
 
584
                                        <visible>Weather.IsFetched</visible>
 
585
                                </control>
 
586
                                <control type="label">
 
587
                                        <description>low value</description>
 
588
                                        <posx>290</posx>
 
589
                                        <posy>50</posy>
 
590
                                        <height>20</height>
 
591
                                        <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
 
592
                                        <font>font12</font>
 
593
                                        <align>left</align>
 
594
                                        <aligny>center</aligny>
 
595
                                        <textcolor>white</textcolor>
 
596
                                </control>
 
597
                                <control type="label">
 
598
                                        <description>conditions label</description>
 
599
                                        <posx>40</posx>
 
600
                                        <posy>90</posy>
 
601
                                        <width>320</width>
 
602
                                        <height>20</height>
 
603
                                        <info>Window.Property(Day3.Outlook)</info>
 
604
                                        <font>font12</font>
 
605
                                        <align>left</align>
 
606
                                        <aligny>center</aligny>
 
607
                                        <textcolor>white</textcolor>
 
608
                                </control>
 
609
                        </control>
 
610
                </control>
 
611
                <control type="group">
 
612
                        <include>Window_OpenClose_Left_Panel_Animation</include>
 
613
                        <include>CommonNowPlaying</include>
 
614
                        <control type="group" id="9000">
 
615
                                <posx>0</posx>
 
616
                                <posy>130</posy>
 
617
                                <control type="spincontrolex" id="3">
 
618
                                        <description>change location button</description>
 
619
                                        <posx>0</posx>
 
620
                                        <posy>0</posy>
 
621
                                        <font>-</font>
 
622
                                        <textoffsetx>15</textoffsetx>
 
623
                                        <include>ButtonCommonValues</include>
 
624
                                        <onleft>99</onleft>
 
625
                                        <onright>99</onright>
 
626
                                        <onup>611</onup>
 
627
                                        <ondown>2</ondown>
 
628
                                </control>
 
629
                                <control type="label">
 
630
                                        <description>change location label</description>
 
631
                                        <posx>35</posx>
 
632
                                        <posy>0</posy>
 
633
                                        <height>44</height>
 
634
                                        <width>270</width>
 
635
                                        <font>font12</font>
 
636
                                        <label>396</label>
 
637
                                        <textcolor>white</textcolor>
 
638
                                        <shadowcolor>black</shadowcolor>
 
639
                                        <align>left</align>
 
640
                                        <aligny>center</aligny>
 
641
                                </control>
 
642
                                <control type="button" id="2">
 
643
                                        <description>Refresh button</description>
 
644
                                        <posx>0</posx>
 
645
                                        <posy>45</posy>
 
646
                                        <include>ButtonCommonValues</include>
 
647
                                        <label>103</label>
 
648
                                        <onleft>99</onleft>
 
649
                                        <onright>99</onright>
 
650
                                        <onup>3</onup>
 
651
                                        <ondown>5</ondown>
 
652
                                </control>
 
653
                                <control type="button" id="5">
 
654
                                        <description>Custom Weather Script Button</description>
 
655
                                        <posx>0</posx>
 
656
                                        <posy>90</posy>
 
657
                                        <label>$INFO[Skin.String(WeatherScript_Label)]</label>
 
658
                                        <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
 
659
                                        <include>ButtonCommonValues</include>
 
660
                                        <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
 
661
                                        <onleft>50</onleft>
 
662
                                        <onright>50</onright>
 
663
                                        <onup>2</onup>
 
664
                                        <ondown>4</ondown>
 
665
                                </control>
 
666
                                <control type="button" id="4">
 
667
                                        <description>Settings button</description>
 
668
                                        <posx>0</posx>
 
669
                                        <posy>135</posy>
 
670
                                        <label>5</label>
 
671
                                        <onclick>ActivateWindow(MyWeatherSettings)</onclick>
 
672
                                        <include>ButtonCommonValues</include>
 
673
                                        <onleft>50</onleft>
 
674
                                        <onright>50</onright>
 
675
                                        <onup>5</onup>
 
676
                                        <ondown>610</ondown>
 
677
                                        <animation effect="slide" end="0,-45" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
 
678
                                </control>
 
679
                                <control type="button" id="610">
 
680
                                        <description>Fake Button to fix Player Controls Navigation</description>
 
681
                                        <onup>4</onup>
 
682
                                        <ondown>603</ondown>
 
683
                                        <visible>false</visible>
 
684
                                </control>
 
685
                                <control type="group">
 
686
                                        <posx>0</posx>
 
687
                                        <posy>180</posy>
 
688
                                        <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(5)">conditional</animation>
 
689
                                        <include>CommonNowPlaying_Controls</include>
 
690
                                </control>
 
691
                                <control type="button" id="611">
 
692
                                        <description>Fake Button to fix Player Controls Navigation</description>
 
693
                                        <onup>607</onup>
 
694
                                        <ondown>3</ondown>
 
695
                                        <visible>false</visible>
 
696
                                </control>
 
697
                        </control>
 
698
                </control>
 
699
                <control type="image">
 
700
                        <posx>0</posx>
 
701
                        <posy>0</posy>
 
702
                        <width>1280</width>
 
703
                        <height>128</height>
 
704
                        <texture>Header.png</texture>
 
705
                </control>
 
706
                <control type="label">
 
707
                        <include>WindowTitleCommons</include>
 
708
                        <label>$LOCALIZE[9] - $LOCALIZE[8]</label>
 
709
                </control>
 
710
                <control type="label" id="1">
 
711
                        <description>weather location label</description>
 
712
                        <posx>50r</posx>
 
713
                        <posy>50</posy>
 
714
                        <width>1060</width>
 
715
                        <height>30</height>
 
716
                        <font>font18</font>
 
717
                        <textcolor>white</textcolor>
 
718
                        <scroll>false</scroll>
 
719
                        <align>right</align>
 
720
                        <aligny>center</aligny>
 
721
                        <info>Weather.Location</info>
 
722
                        <include>Window_OpenClose_Animation</include>
 
723
                </control>
 
724
        </controls>
 
725
</window>
 
 
b'\\ No newline at end of file'