data/skin_default.xml: skni fixes for dm800se color oled. refs #530
[vuplus_dvbapp] / data / skin.xml
1 <skin>
2         <!-- Screwed Stone II skin (skin.xml) /Nemesis -->
3         <output id="0">
4                 <resolution xres="720" yres="576" bpp="32" />
5         </output>
6         <!-- Colors (#AARRGGBB) -->
7         <colors>
8                 <color name="white" value="#ffffff" />
9                 <color name="black" value="#000000" />
10                 <color name="dark" value="#25062748" />
11                 <color name="menu" value="#25062748" />
12                 <color name="red" value="#f23d21" />
13                 <color name="green" value="#389416" />
14                 <color name="blue" value="#0064c7" />
15                 <color name="yellow" value="#bab329" />
16                 <color name="transparent" value="#ffffffff" />
17                 <color name="transpBlack" value="#80000000" />
18                 <color name="transpWhite" value="#80ffffff" />
19                 <color name="background" value="#25062748" />
20                 <color name="foreground" value="#ffffff" />
21         </colors>
22         <!-- Main screen colors (id=0 Framebuffer) -->
23         <windowstyle type="skinned" id="0">
24                 <title offset="33,14" font="Regular;20" />
25                 <color name="Background" color="#25062748" />
26                 <color name="LabelForeground" color="#ffffff" />
27                 <color name="ListboxBackground" color="#25062748" />
28                 <color name="ListboxForeground" color="#ffffff" />
29                 <color name="ListboxSelectedBackground" color="#254f7497" />
30                 <color name="ListboxSelectedForeground" color="#ffffff" />
31                 <color name="ListboxMarkedBackground" color="#ff0000" />
32                 <color name="ListboxMarkedForeground" color="#ffffff" />
33                 <color name="ListboxMarkedAndSelectedBackground" color="#800000" />
34                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
35                 <color name="WindowTitleForeground" color="#ffffff" />
36                 <color name="WindowTitleBackground" color="#25062748" />
37                 <!-- Main screen border png's -->
38                 <borderset name="bsWindow">
39                         <pixmap pos="bpTopLeft" filename="skin_default/b_tl.png" />
40                         <pixmap pos="bpTop" filename="skin_default/b_t.png"  />
41                         <pixmap pos="bpTopRight" filename="skin_default/b_tr.png" />
42                         <pixmap pos="bpLeft" filename="skin_default/b_l.png"  />
43                         <pixmap pos="bpRight" filename="skin_default/b_r.png"  />
44                         <pixmap pos="bpBottomLeft" filename="skin_default/b_bl.png" />
45                         <pixmap pos="bpBottom" filename="skin_default/b_b.png"  />
46                         <pixmap pos="bpBottomRight" filename="skin_default/b_br.png" />
47                 </borderset>
48         </windowstyle>
49         <!-- Main screen colors (id=1 LCD) -->
50         <windowstyle type="skinned" id="1">
51                 <color name="Background" color="#000000" />
52                 <color name="LabelForeground" color="#ffffff" />
53                 <color name="ListboxBackground" color="#000000" />
54                 <color name="ListboxForeground" color="#ffffff" />
55                 <color name="ListboxSelectedBackground" color="#000000" />
56                 <color name="ListboxSelectedForeground" color="#ffffff" />
57                 <color name="ListboxMarkedBackground" color="#000000" />
58                 <color name="ListboxMarkedForeground" color="#ffffff" />
59                 <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
60                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
61                 <color name="WindowTitleForeground" color="#ffffff" />
62                 <color name="WindowTitleBackground" color="#000000" />
63         </windowstyle>
64         <windowstyle type="skinned" id="2">
65                 <color name="Background" color="#000000" />
66                 <color name="LabelForeground" color="#ffffff" />
67                 <color name="ListboxBackground" color="#000000" />
68                 <color name="ListboxForeground" color="#ffffff" />
69                 <color name="ListboxSelectedBackground" color="#000000" />
70                 <color name="ListboxSelectedForeground" color="#ffffff" />
71                 <color name="ListboxMarkedBackground" color="#000000" />
72                 <color name="ListboxMarkedForeground" color="#ffffff" />
73                 <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
74                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
75                 <color name="WindowTitleForeground" color="#ffffff" />
76                 <color name="WindowTitleBackground" color="#000000" />
77         </windowstyle>
78         <!-- Fonts -->
79         <fonts>
80                 <!-- <font filename="md_khmurabi_10.ttf" name="Regular" scale="90" /> -->
81                 <font filename="nmsbd.ttf" name="Regular" scale="90" />
82                 <font filename="lcd.ttf" name="LCD" scale="100" />
83                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
84                 <font filename="tuxtxt.ttf" name="Console" scale="100" />
85         </fonts>
86         <!-- Subtitle effects -->
87         <subtitles>
88                 <sub name="Subtitle_TTX" font="Regular;30" shadowColor="#40101010" shadowOffset="3,3" />
89                 <sub name="Subtitle_Regular" font="Regular;30" foregroundColor="#DCDCDC" shadowColor="#40101010" shadowOffset="3,3" />
90                 <sub name="Subtitle_Bold" font="Replacement;30" foregroundColor="#DCDCDC" shadowColor="#40101010" shadowOffset="3,3" />
91                 <sub name="Subtitle_Italic" font="Regular;30" foregroundColor="#DCAAAA" shadowColor="#40101010" shadowOffset="3,3" />
92                 <!-- omitting foregroundColor attribute will enable auto-assignment of color -->
93         </subtitles>
94         <!-- Main infobar -->
95         <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent">
96                 <!-- Background -->
97                 <ePixmap position="0,0" zPosition="-1" size="720,160" pixmap="skin_default/info-bg.png" />
98                 <ePixmap position="27,73" size="665,71" pixmap="skin_default/screws.png" alphatest="on" transparent="1" />
99                 <!-- Signal Quality -->
100                 <eLabel text="SNR" position="205,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
101                 <widget source="session.FrontendStatus" render="Label" position="242,3" size="80,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1">
102                         <convert type="FrontendInfo">SNRdB</convert>
103                 </widget>
104                 <!-- Bit error rate -->
105                 <eLabel text="BER" position="317,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1" />
106                 <widget source="session.FrontendStatus" render="Label" position="355,3" size="43,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1">
107                         <convert type="FrontendInfo">BER</convert>
108                 </widget>
109                 <!-- Channellogo (Picon) -->
110                 <widget source="session.CurrentService" render="Picon" position="49,4" zPosition="1" size="70,53" alphatest="on">
111                         <convert type="ServiceName">Reference</convert>
112                 </widget>
113                 <!-- Service name -->
114                 <widget source="session.CurrentService" render="Label" position="130,30" size="360,27" font="Regular;21" valign="center" halign="right" noWrap="1" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
115                         <convert type="ServiceName">Name</convert>
116                 </widget>
117                 <!-- Time -->
118                 <ePixmap pixmap="skin_default/icons/clock.png" position="600,23" size="14,14" alphatest="on" />
119                 <widget source="global.CurrentTime" render="Label" position="615,21" size="55,24" font="Regular;21" halign="right" backgroundColor="#4e5a74" transparent="1">
120                         <convert type="ClockToText">Default</convert>
121                 </widget>
122                 <!-- tuners in use? -->
123                 <widget source="session.FrontendInfo" render="Pixmap" position="142,6" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
124                         <convert type="FrontendInfo">NUMBER</convert>
125                         <convert type="ValueRange">0,0</convert>
126                         <convert type="ConditionalShowHide" />
127                 </widget>
128                 <widget source="session.FrontendInfo" render="Pixmap" position="142,19" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
129                         <convert type="FrontendInfo">NUMBER</convert>
130                         <convert type="ValueRange">1,1</convert>
131                         <convert type="ConditionalShowHide" />
132                 </widget>
133                 <widget source="session.FrontendInfo" render="Pixmap" position="142,32" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
134                         <convert type="FrontendInfo">NUMBER</convert>
135                         <convert type="ValueRange">2,2</convert>
136                         <convert type="ConditionalShowHide" />
137                 </widget>
138                 <widget source="session.FrontendInfo" render="Pixmap" position="142,45" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on">
139                         <convert type="FrontendInfo">NUMBER</convert>
140                         <convert type="ValueRange">3,3</convert>
141                         <convert type="ConditionalShowHide" />
142                 </widget>
143                 <widget source="session.TunerInfo" render="FixedLabel" text="A" position="129,4" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
144                         <convert type="TunerInfo">TunerUseMask</convert>
145                         <convert type="ValueBitTest">1</convert>
146                         <convert type="ConditionalShowHide" />
147                 </widget>
148                 <widget source="session.TunerInfo" render="FixedLabel" text="B" position="129,17" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
149                         <convert type="TunerInfo">TunerUseMask</convert>
150                         <convert type="ValueBitTest">2</convert>
151                         <convert type="ConditionalShowHide" />
152                 </widget>
153                 <widget source="session.TunerInfo" render="FixedLabel" text="C" position="129,30" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
154                         <convert type="TunerInfo">TunerUseMask</convert>
155                         <convert type="ValueBitTest">4</convert>
156                         <convert type="ConditionalShowHide" />
157                 </widget>
158                 <widget source="session.TunerInfo" render="FixedLabel" text="D" position="129,43" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1">
159                         <convert type="TunerInfo">TunerUseMask</convert>
160                         <convert type="ValueBitTest">8</convert>
161                         <convert type="ConditionalShowHide" />
162                 </widget>
163                 <!-- Crypt icon (encrypted service?) -->
164                 <ePixmap position="563,48" zPosition="0" size="107,15" pixmap="skin_default/icons/icons_off.png" />
165                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_crypt.png" position="563,48" zPosition="1" size="12,16" alphatest="on">
166                         <convert type="ServiceInfo">IsCrypted</convert>
167                         <convert type="ConditionalShowHide" />
168                 </widget>
169                 <!-- Teletext icon (is teletext available?) -->
170                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_txt.png" position="580,48" zPosition="1" size="26,16" alphatest="on">
171                         <convert type="ServiceInfo">HasTelext</convert>
172                         <convert type="ConditionalShowHide" />
173                 </widget>
174                 <!-- Videoformat icon (16:9?) -->
175                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_format.png" position="611,48" zPosition="1" size="29,16" alphatest="on">
176                         <convert type="ServiceInfo">IsWidescreen</convert>
177                         <convert type="ConditionalShowHide" />
178                 </widget>
179                 <!-- Audio icon (is there multichannel audio?) -->
180                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_dolby.png" position="645,48" zPosition="1" size="26,16" alphatest="on">
181                         <convert type="ServiceInfo">IsMultichannel</convert>
182                         <convert type="ConditionalShowHide" />
183                 </widget>
184                 <!-- Progressbar (current event duration)-->
185                 <ePixmap pixmap="skin_default/progress_bg.png" position="48,77" size="84,7" transparent="1" alphatest="on" />
186                 <widget source="session.Event_Now" render="Progress" pixmap="skin_default/progress_small.png" position="50,78" zPosition="1" size="80,5" transparent="1">
187                         <convert type="EventTime">Progress</convert>
188                 </widget>
189                 <!-- Blinking pixmap (recording in progress?) -->
190                 <ePixmap pixmap="skin_default/icons/icon_rec_off.png" position="561,21" size="34,21" />
191                 <widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/icon_rec.png" position="561,21" zPosition="1" size="34,21">
192                         <convert type="ConditionalShowHide">Blink</convert>
193                 </widget>
194                 <!-- Event (now) -->
195                 <ePixmap pixmap="skin_default/icons/icon_event.png" position="182,78" size="15,10" alphatest="on" />
196                 <widget source="session.Event_Now" render="Label" position="205,73" size="60,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
197                         <convert type="EventTime">StartTime</convert>
198                         <convert type="ClockToText">Default</convert>
199                 </widget>
200                 <widget source="session.Event_Now" render="Label" position="265,73" size="320,24" font="Regular;20" noWrap="1" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
201                         <convert type="EventName">Name</convert>
202                 </widget>
203                 <widget source="session.Event_Now" render="Label" position="585,73" size="85,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" halign="right" transparent="1">
204                         <convert type="EventTime">Remaining</convert>
205                         <convert type="RemainingToText">InMinutes</convert>
206                 </widget>
207                 <!-- Event (next) -->
208                 <widget source="session.Event_Next" render="Label" position="205,97" size="60,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1">
209                         <convert type="EventTime">StartTime</convert>
210                         <convert type="ClockToText">Default</convert>
211                 </widget>
212                 <widget source="session.Event_Next" render="Label" position="265,97" size="320,24" font="Regular;20" noWrap="1" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1">
213                         <convert type="EventName">Name</convert>
214                 </widget>
215                 <widget source="session.Event_Next" render="Label" position="585,97" size="85,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" halign="right" transparent="1">
216                         <convert type="EventTime">Duration</convert>
217                         <convert type="ClockToText">InMinutes</convert>
218                 </widget>
219                 <!-- Red button (is recording possible?) -->
220                 <ePixmap pixmap="skin_default/buttons/button_red_off.png" position="212,130" size="15,16" alphatest="on" />
221                 <widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/buttons/button_red.png" position="212,130" zPosition="1" size="15,16" alphatest="on">
222                         <convert type="ConditionalShowHide" />
223                 </widget>
224                 <!--eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /-->
225                 <widget source="ShowRecordOnRed" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1">
226                         <convert type="ConditionalShowHide" />
227                 </widget>
228                 <widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
229                         <convert type="ConditionalShowHide" />
230                 </widget>
231                 <!-- Green button (is subservices available?) -->
232                 <ePixmap pixmap="skin_default/buttons/button_green_off.png" position="315,130" size="15,16" alphatest="on" />
233                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/buttons/button_green.png" position="315,130" zPosition="1" size="15,16" alphatest="on">
234                         <convert type="ServiceInfo">SubservicesAvailable</convert>
235                         <convert type="ConditionalShowHide" />
236                 </widget>
237                 <eLabel text="Subservices" position="335,130" size="100,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
238                 <widget source="session.CurrentService" render="FixedLabel" text="Subservices" position="335,130" zPosition="1" size="100,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
239                         <convert type="ServiceInfo">SubservicesAvailable</convert>
240                         <convert type="ConditionalShowHide" />
241                 </widget>
242                 <!-- Yellow button (is timeshift possible?) -->
243                 <ePixmap pixmap="skin_default/buttons/button_yellow_off.png" position="440,130" size="15,16" alphatest="on" />
244                 <widget source="TimeshiftPossible" render="Pixmap" pixmap="skin_default/buttons/button_yellow.png" position="440,130" zPosition="1" size="15,16" alphatest="on">
245                         <convert type="ConditionalShowHide" />
246                 </widget>
247                 <widget source="ShowTimeshiftOnYellow" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" shadowOffset="-1,-1" transparent="1">
248                         <convert type="ConditionalShowHide" />
249                 </widget>
250                 <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
251                         <convert type="ConditionalShowHide" />
252                 </widget>
253                 
254                 <!-- Yellow button (used for audio on boxes with new rc?) -->
255                 <widget source="ShowAudioOnYellow" render="Pixmap" pixmap="skin_default/buttons/button_yellow.png" position="440,130" zPosition="1" size="15,16" alphatest="on">
256                         <convert type="ConditionalShowHide" />
257                 </widget>
258                 <widget source="ShowAudioOnYellow" render="FixedLabel" text="Audio" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
259                         <convert type="ConditionalShowHide" />
260                 </widget>
261                 <!-- Blue button (is extensions available?) -->
262                 <ePixmap pixmap="skin_default/buttons/button_blue_off.png" position="545,130" size="15,16" alphatest="on" />
263                 <widget source="ExtensionsAvailable" render="Pixmap" pixmap="skin_default/buttons/button_blue.png" position="545,130" zPosition="1" size="15,16" alphatest="on">
264                         <convert type="ConditionalShowHide" />
265                 </widget>
266                 <eLabel text="Extensions" position="565,130" size="110,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
267                 <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="565,130" zPosition="1" size="110,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
268                         <convert type="ConditionalShowHide" />
269                 </widget>
270         </screen>
271         <!-- Main menu -->
272         <screen name="menu_mainmenu" position="center,center" size="380,285" title="Main menu">
273                 <widget source="title" render="Label" position="170,10" size="200,35" font="Regular;23" />
274                 <widget source="menu" render="Listbox" position="170,55" size="200,225" scrollbarMode="showOnDemand">
275                         <convert type="StringList" />
276                 </widget>
277                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/shutdown.png" position="20,20" size="128,128" alphatest="on">
278                         <convert type="MenuEntryCompare">standby_restart_list</convert>
279                         <convert type="ConditionalShowHide" />
280                 </widget>
281                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/setup.png" position="20,20" size="128,128" alphatest="on">
282                         <convert type="MenuEntryCompare">setup_selection</convert>
283                         <convert type="ConditionalShowHide" />
284                 </widget>
285                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/plugins.png" position="20,20" size="128,128" alphatest="on">
286                         <convert type="MenuEntryCompare">plugin_selection</convert>
287                         <convert type="ConditionalShowHide" />
288                 </widget>
289                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/information.png" position="20,20" size="128,128" alphatest="on">
290                         <convert type="MenuEntryCompare">info_screen</convert>
291                         <convert type="ConditionalShowHide" />
292                 </widget>
293                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/scart.png" position="20,20" size="128,128" alphatest="on">
294                         <convert type="MenuEntryCompare">scart_switch</convert>
295                         <convert type="ConditionalShowHide" />
296                 </widget>
297                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/timer.png" position="20,20" size="128,128" alphatest="on">
298                         <convert type="MenuEntryCompare">timer_edit</convert>
299                         <convert type="ConditionalShowHide" />
300                 </widget>
301                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/media_player.png" position="20,20" size="128,128" alphatest="on">
302                         <convert type="MenuEntryCompare">media_player</convert>
303                         <convert type="ConditionalShowHide" />
304                 </widget>
305                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/dvd_player.png" position="20,20" size="128,128" alphatest="on">
306                         <convert type="MenuEntryCompare">dvd_player</convert>
307                         <convert type="ConditionalShowHide" />
308                 </widget>
309                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/subtitles.png" position="20,20" size="128,128" alphatest="on">
310                         <convert type="MenuEntryCompare">subtitle_selection</convert>
311                         <convert type="ConditionalShowHide"/>
312                 </widget>
313         </screen>
314         <!-- Movieplayer infobar -->
315         <screen name="MoviePlayer" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent">
316                 <!-- Background -->
317                 <ePixmap position="0,0" pixmap="skin_default/info-bg_mp.png" zPosition="-1" size="720,160" />
318                 <ePixmap position="29,40" pixmap="skin_default/screws_mp.png" size="665,104" alphatest="on" />
319                 <!-- colorbuttons -->
320                 <ePixmap position="48,70" pixmap="skin_default/icons/mp_buttons.png" size="108,13" alphatest="on" />
321                 <!-- Servicename -->
322                 <ePixmap pixmap="skin_default/icons/icon_event.png" position="207,78" size="15,10" alphatest="on" />
323                 <widget source="session.CurrentService" render="Label" position="230,73" size="360,40" font="Regular;20" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
324                         <convert type="ServiceName">Name</convert>
325                 </widget>
326                 <!-- movie length -->
327                 <widget source="session.CurrentService" render="Label" position="580,73" size="90,24" font="Regular;20" halign="right" backgroundColor="#4e5a74" transparent="1">
328                         <convert type="ServicePosition">Length</convert>
329                 </widget>
330                 <!-- Elapsed time -->
331                 <widget source="session.CurrentService" render="Label" position="205,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
332                         <convert type="ServicePosition">Position</convert>
333                 </widget>
334                 <!-- Progressbar (movie position)-->
335                 <widget source="session.CurrentService" render="PositionGauge" position="300,133" size="270,10" zPosition="2" pointer="skin_default/position_pointer.png:540,0" transparent="1" foregroundColor="#20224f">
336                         <convert type="ServicePosition">Gauge</convert>
337                 </widget>
338                 <!-- Remaining time -->
339                 <widget source="session.CurrentService" render="Label" position="576,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
340                         <convert type="ServicePosition">Remaining,Negate</convert>
341                 </widget>
342         </screen>
343 </skin>