[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / xml / DialogMusicInfo.xml
blob50d07c0996580de142eb06f207b3055bc121ba76
1 <?xml version="1.0" encoding="utf-8"?>
2 <window>
3         <defaultcontrol always="true">9000</defaultcontrol>
4         <onload>SetProperty(infobackground,$ESCINFO[ListItem.Art(fanart)],home)</onload>
5         <onunload>ClearProperty(infobackground,home)</onunload>
6         <controls>
7                 <control type="group">
8                         <centertop>50%</centertop>
9                         <height>1080</height>
10                         <centerleft>50%</centerleft>
11                         <width>1920</width>
12                         <control type="group">
13                                 <include>OpenClose_Left</include>
14                                 <top>159</top>
15                                 <left>40</left>
16                                 <control type="image">
17                                         <width>620</width>
18                                         <height>620</height>
19                                         <aspectratio>scale</aspectratio>
20                                         <texture>dialogs/dialog-bg-nobo.png</texture>
21                                         <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
22                                         <bordersize>20</bordersize>
23                                 </control>
24                                 <control type="image">
25                                         <depth>DepthContentPopout</depth>
26                                         <left>25</left>
27                                         <top>25</top>
28                                         <width>570</width>
29                                         <height>570</height>
30                                         <aspectratio aligny="top">scale</aspectratio>
31                                         <fadetime>300</fadetime>
32                                         <texture background="true">$VAR[MusicInfoThumbVar]</texture>
33                                 </control>
34                         </control>
35                         <control type="group">
36                                 <include>OpenClose_Left</include>
37                                 <include>Visible_Right</include>
38                                 <left>705</left>
39                                 <visible>![Window.Is(songinformation) + Window.IsActive(musicinformation)]</visible>
40                                 <control type="group">
41                                         <visible>Integer.IsEqual(Container(50).NumItems,0) + String.IsEmpty(Control.GetLabel(400))</visible>
42                                         <top>455</top>
43                                         <control type="button" id="130">
44                                                 <left>-36</left>
45                                                 <width>720</width>
46                                                 <height>430</height>
47                                                 <onup>50</onup>
48                                                 <ondown>9000</ondown>
49                                                 <onleft>41</onleft>
50                                                 <onright>41</onright>
51                                                 <label></label>
52                                         </control>
53                                         <control type="image">
54                                                 <left>-4</left>
55                                                 <top>30</top>
56                                                 <width>660</width>
57                                                 <height>370</height>
58                                                 <aspectratio aligny="top">scale</aspectratio>
59                                                 <texture fallback="special://skin/extras/home-images/music.jpg">$INFO[ListItem.Art(fanart)]</texture>
60                                                 <visible>String.IsEmpty(Control.GetLabel(400))</visible>
61                                         </control>
62                                         <control type="group">
63                                                 <visible>String.IsEmpty(Control.GetLabel(400)) + String.IsEmpty(ListItem.Art(fanart))</visible>
64                                                 <control type="image">
65                                                         <left>-16</left>
66                                                         <top>20</top>
67                                                         <width>680</width>
68                                                         <height>390</height>
69                                                         <aspectratio>scale</aspectratio>
70                                                         <texture colordiffuse="AAFFFFFF">colors/black.png</texture>
71                                                 </control>
72                                                 <control type="textbox">
73                                                         <left>16</left>
74                                                         <top>20</top>
75                                                         <width>680</width>
76                                                         <height>390</height>
77                                                         <align>center</align>
78                                                         <aligny>center</aligny>
79                                                         <font>font45_title</font>
80                                                         <label>$LOCALIZE[19055]</label>
81                                                 </control>
82                                         </control>
83                                 </control>
84                                 <control type="group">
85                                         <visible>!Integer.IsEqual(Container(50).NumItems,0) | !String.IsEmpty(Control.GetLabel(400))</visible>
86                                         <top>454</top>
87                                         <control type="button" id="130">
88                                                 <onleft>41</onleft>
89                                                 <onright>41</onright>
90                                                 <onup>50</onup>
91                                                 <ondown>9000</ondown>
92                                                 <left>-35</left>
93                                                 <width>720</width>
94                                                 <height>430</height>
95                                                 <label></label>
96                                                 <texturenofocus border="21">dialogs/dialog-bg.png</texturenofocus>
97                                                 <onclick>SetProperty(TextViewer_Header,$LOCALIZE[21821],home)</onclick>
98                                                 <onclick>SetProperty(TextViewer_Text,$ESCVAR[MusicInfoTextboxVar],home)</onclick>
99                                                 <onclick condition="[String.IsEqual(ListItem.DbType,song) + !String.IsEmpty(ListItem.Comment)] | [String.IsEqual(ListItem.DbType,album) + !String.IsEmpty(ListItem.Property(Album_Description))] | [String.IsEqual(ListItem.DbType,artist) + !String.IsEmpty(ListItem.Property(Artist_Description))]">ActivateWindow(1102)</onclick>
100                                         </control>
101                                         <control type="group">
102                                                 <animation effect="slide" start="0,0" end="0,-295" time="0" condition="Integer.IsEqual(Container(50).NumItems,0)">Conditional</animation>
103                                                 <visible>[!Integer.IsEqual(Container(50).NumItems,0) + String.IsEmpty(Control.GetLabel(400))]</visible>
104                                                 <control type="image">
105                                                         <left>-4</left>
106                                                         <top>30</top>
107                                                         <width>660</width>
108                                                         <height>370</height>
109                                                         <aspectratio aligny="top">scale</aspectratio>
110                                                         <texture fallback="special://skin/extras/home-images/music.jpg">$INFO[ListItem.Art(fanart)]</texture>
111                                                 </control>
112                                                 <control type="group">
113                                                         <visible>String.IsEmpty(ListItem.Art(fanart))</visible>
114                                                         <control type="image">
115                                                                 <left>-15</left>
116                                                                 <top>20</top>
117                                                                 <width>670</width>
118                                                                 <height>380</height>
119                                                                 <aspectratio>scale</aspectratio>
120                                                                 <texture colordiffuse="AAFFFFFF">colors/black.png</texture>
121                                                         </control>
122                                                         <control type="textbox">
123                                                                 <left>-14</left>
124                                                                 <top>20</top>
125                                                                 <width>670</width>
126                                                                 <height>380</height>
127                                                                 <align>center</align>
128                                                                 <aligny>center</aligny>
129                                                                 <font>font45_title</font>
130                                                                 <label>$LOCALIZE[19055]</label>
131                                                         </control>
132                                                 </control>
133                                         </control>
134                                         <control type="group">
135                                                 <animation effect="slide" start="0,0" end="0,-295" time="0" condition="Integer.IsEqual(Container(50).NumItems,0)">Conditional</animation>
136                                                 <visible>[Integer.IsEqual(Container(50).NumItems,0) + !String.IsEmpty(Control.GetLabel(400))]</visible>
137                                                 <control type="image">
138                                                         <left>-18</left>
139                                                         <top>20</top>
140                                                         <width>1154</width>
141                                                         <height>277</height>
142                                                         <aspectratio aligny="top">scale</aspectratio>
143                                                         <texture fallback="special://skin/extras/home-images/music.jpg">$INFO[ListItem.Art(fanart)]</texture>
144                                                 </control>
145                                                 <control type="group">
146                                                         <visible>String.IsEmpty(ListItem.Art(fanart))</visible>
147                                                         <control type="image">
148                                                                 <left>-15</left>
149                                                                 <top>20</top>
150                                                                 <width>670</width>
151                                                                 <height>380</height>
152                                                                 <aspectratio>scale</aspectratio>
153                                                                 <texture colordiffuse="AAFFFFFF">colors/black.png</texture>
154                                                         </control>
155                                                         <control type="textbox">
156                                                                 <left>-14</left>
157                                                                 <top>20</top>
158                                                                 <width>670</width>
159                                                                 <height>380</height>
160                                                                 <align>center</align>
161                                                                 <aligny>center</aligny>
162                                                                 <font>font45_title</font>
163                                                                 <label>$LOCALIZE[19055]</label>
164                                                         </control>
165                                                 </control>
166                                         </control>
167                                 </control>
168                                 <control type="label" id="400">
169                                         <left>10</left>
170                                         <top>485</top>
171                                         <width>645</width>
172                                         <height>340</height>
173                                         <wrapmultiline>true</wrapmultiline>
174                                         <label>$VAR[MusicInfoTextboxVar]</label>
175                                         <textcolor>button_focus</textcolor>
176                                 </control>
177                         </control>
178                         <control type="group">
179                                 <include>OpenClose_Right</include>
180                                 <include>Visible_Right</include>
181                                 <left>80</left>
182                                 <visible>![Window.Is(songinformation) + Window.IsActive(musicinformation)]</visible>
183                                 <control type="panel" id="50">
184                                         <left>590</left>
185                                         <top>170</top>
186                                         <width>1180</width>
187                                         <height>360</height>
188                                         <ondown>130</ondown>
189                                         <onup>9000</onup>
190                                         <orientation>horizontal</orientation>
191                                         <itemlayout height="72.5" width="595" condition="Container.Content(songs)">
192                                                 <control type="image">
193                                                         <top>-10</top>
194                                                         <width>595</width>
195                                                         <height>100</height>
196                                                         <texture border="21">buttons/button-nofo.png</texture>
197                                                 </control>
198                                                 <control type="label">
199                                                         <left>40</left>
200                                                         <top>10</top>
201                                                         <width>546</width>
202                                                         <height>60</height>
203                                                         <font>font12</font>
204                                                         <aligny>center</aligny>
205                                                         <label>$INFO[ListItem.Label,[COLOR grey], - [/COLOR]]$INFO[ListItem.Label2]</label>
206                                                 </control>
207                                         </itemlayout>
208                                         <focusedlayout height="72.5" width="595" condition="Container.Content(songs)">
209                                                 <control type="image">
210                                                         <top>-10</top>
211                                                         <width>595</width>
212                                                         <height>100</height>
213                                                         <texture border="21" colordiffuse="button_focus">buttons/button-fo.png</texture>
214                                                 </control>
215                                                 <control type="label">
216                                                         <left>40</left>
217                                                         <top>10</top>
218                                                         <width>546</width>
219                                                         <height>60</height>
220                                                         <font>font12</font>
221                                                         <aligny>center</aligny>
222                                                         <label>$INFO[ListItem.Label,[COLOR white], - [/COLOR]]$INFO[ListItem.Label2]</label>
223                                                 </control>
224                                         </focusedlayout>
225                                         <itemlayout height="72.5" width="595" condition="Container.Content(albums)">
226                                                 <control type="image">
227                                                         <top>-10</top>
228                                                         <width>595</width>
229                                                         <height>100</height>
230                                                         <texture border="21">buttons/button-nofo.png</texture>
231                                                 </control>
232                                                 <control type="label">
233                                                         <left>40</left>
234                                                         <top>10</top>
235                                                         <width>546</width>
236                                                         <height>60</height>
237                                                         <font>font12</font>
238                                                         <aligny>center</aligny>
239                                                         <label>$INFO[ListItem.TrackNumber,[COLOR grey], - [/COLOR]]$INFO[ListItem.Label]</label>
240                                                 </control>
241                                                 <control type="group">
242                                                         <left>230</left>
243                                                         <top>28</top>
244                                                         <include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
245                                                 </control>
246                                         </itemlayout>
247                                         <focusedlayout height="72.5" width="595" condition="Container.Content(albums)">
248                                                 <control type="group">
249                                                         <control type="image">
250                                                                 <top>-10</top>
251                                                                 <width>595</width>
252                                                                 <height>100</height>
253                                                                 <texture border="21" colordiffuse="button_focus">buttons/button-fo.png</texture>
254                                                         </control>
255                                                         <control type="label">
256                                                                 <left>40</left>
257                                                                 <top>10</top>
258                                                                 <width>546</width>
259                                                                 <height>60</height>
260                                                                 <font>font12</font>
261                                                                 <aligny>center</aligny>
262                                                                 <label>$INFO[ListItem.TrackNumber,[COLOR white], - [/COLOR]]$INFO[ListItem.Label]</label>
263                                                         </control>
264                                                         <control type="group">
265                                                                 <left>230</left>
266                                                                 <top>28</top>
267                                                                 <include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
268                                                         </control>
269                                                 </control>
270                                         </focusedlayout>
271                                         <itemlayout height="360" width="236" condition="Container.Content(artists)">
272                                                 <control type="image">
273                                                         <top>-10</top>
274                                                         <width>250</width>
275                                                         <height>312</height>
276                                                         <texture border="21">buttons/button-nofo.png</texture>
277                                                 </control>
278                                                 <control type="image">
279                                                         <left>30</left>
280                                                         <top>21</top>
281                                                         <width>190</width>
282                                                         <height>190</height>
283                                                         <texture border="2" fallback="DefaultAudio.png" background="true">$INFO[ListItem.Thumb]</texture>
284                                                         <aspectratio>keep</aspectratio>
285                                                         <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
286                                                         <bordersize>4</bordersize>
287                                                 </control>
288                                                 <control type="textbox">
289                                                         <left>28</left>
290                                                         <top>212</top>
291                                                         <width>196</width>
292                                                         <height>62</height>
293                                                         <font>font27_narrow</font>
294                                                         <align>center</align>
295                                                         <aligny>center</aligny>
296                                                         <label>$INFO[ListItem.Label2,[COLOR button_focus], - [/COLOR]]$INFO[ListItem.Label]</label>
297                                                 </control>
298                                                 <control type="group">
299                                                         <left>230</left>
300                                                         <top>28</top>
301                                                         <include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
302                                                 </control>
303                                         </itemlayout>
304                                         <focusedlayout height="360" width="236" condition="Container.Content(artists)">
305                                                 <control type="group">
306                                                         <animation effect="zoom" start="100" end="105" time="200" tween="sine" easing="inout" center="160,180">Focus</animation>
307                                                         <animation effect="zoom" start="105" end="100" time="200" tween="sine" easing="inout" center="160,180">UnFocus</animation>
308                                                         <control type="image">
309                                                                 <top>-10</top>
310                                                                 <width>250</width>
311                                                                 <height>312</height>
312                                                                 <texture border="21">buttons/button-nofo.png</texture>
313                                                         </control>
314                                                         <control type="image">
315                                                                 <left>30</left>
316                                                                 <top>21</top>
317                                                                 <width>190</width>
318                                                                 <height>190</height>
319                                                                 <texture border="2" fallback="DefaultAudio.png" background="true">$INFO[ListItem.Thumb]</texture>
320                                                                 <aspectratio>keep</aspectratio>
321                                                                 <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
322                                                                 <bordersize>4</bordersize>
323                                                         </control>
324                                                         <control type="textbox">
325                                                                 <left>28</left>
326                                                                 <top>212</top>
327                                                                 <width>196</width>
328                                                                 <height>62</height>
329                                                                 <font>font27_narrow</font>
330                                                                 <align>center</align>
331                                                                 <aligny>center</aligny>
332                                                                 <autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
333                                                                 <label>$INFO[ListItem.Label2,[COLOR button_focus], - [/COLOR]]$INFO[ListItem.Label]</label>
334                                                         </control>
335                                                         <control type="group">
336                                                                 <left>230</left>
337                                                                 <top>28</top>
338                                                                 <include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
339                                                         </control>
340                                                         <control type="image">
341                                                                 <left>16</left>
342                                                                 <top>6</top>
343                                                                 <width>218</width>
344                                                                 <height>280</height>
345                                                                 <texture border="8" colordiffuse="button_focus">buttons/thumbnail_focused.png</texture>
346                                                                 <animation effect="fade" start="100" end="0" time="200">Unfocus</animation>
347                                                         </control>
348                                                 </control>
349                                         </focusedlayout>
350                                 </control>
351                                 <control type="grouplist" id="9000">
352                                         <left>-80</left>
353                                         <top>864</top>
354                                         <width>1920</width>
355                                         <height>300</height>
356                                         <onleft>9000</onleft>
357                                         <onright>9000</onright>
358                                         <onup>130</onup>
359                                         <ondown>50</ondown>
360                                         <align>center</align>
361                                         <itemgap>-15</itemgap>
362                                         <orientation>horizontal</orientation>
363                                         <control type="group" id="420">
364                                                 <width>264</width>
365                                                 <visible>String.IsEqual(ListItem.DBType,album) | String.IsEqual(ListItem.DBType,song)</visible>
366                                                 <control type="button" id="7">
367                                                         <include content="VideoInfoButtonsCommon">
368                                                                 <param name="icon" value="" />
369                                                         </include>
370                                                         <label>$LOCALIZE[31033]</label>
371                                                         <onup>130</onup>
372                                                         <onleft>155</onleft>
373                                                         <onright>120</onright>
374                                                         <onup condition="Integer.IsGreater(Container(5000).CurrentItem,3)">210</onup>
375                                                         <onup condition="!Integer.IsGreater(Container(5000).CurrentItem,3)">138</onup>
376                                                 </control>
377                                                 <control type="label">
378                                                         <label>$INFO[ListItem.UserRating]</label>
379                                                         <font>font45_title</font>
380                                                         <left>0</left>
381                                                         <top>24</top>
382                                                         <width>264</width>
383                                                         <align>center</align>
384                                                 </control>
385                                                 <control type="image">
386                                                         <texture>icons/infodialogs/rating.png</texture>
387                                                         <left>108</left>
388                                                         <top>30</top>
389                                                         <width>48</width>
390                                                         <height>48</height>
391                                                         <align>center</align>
392                                                         <visible>String.IsEmpty(ListItem.UserRating)</visible>
393                                                 </control>
394                                         </control>
395                                         <control type="radiobutton" id="120">
396                                                 <include content="VideoInfoButtonsCommon">
397                                                         <param name="icon" value="icons/infodialogs/image.png" />
398                                                 </include>
399                                                 <label>$LOCALIZE[31028]</label>
400                                                 <enable>!String.IsEmpty(ListItem.Art(fanart))</enable>
401                                                 <onclick>SetProperty(fanart,$ESCINFO[ListItem.Art(fanart)],home)</onclick>
402                                                 <onclick>ActivateWindow(1104)</onclick>
403                                                 <visible>String.IsEqual(ListItem.DBType,artist) | String.IsEqual(ListItem.DBType,album)</visible>
404                                         </control>
405                                         <include content="InfoDialogButton">
406                                                 <param name="id" value="8" />
407                                                 <param name="icon" value="icons/infodialogs/play.png" />
408                                                 <param name="label" value="$LOCALIZE[208]" />
409                                         </include>
410                                         <include content="InfoDialogButton">
411                                                 <param name="id" value="6" />
412                                                 <param name="icon" value="icons/infodialogs/update.png" />
413                                                 <param name="label" value="$LOCALIZE[184]" />
414                                         </include>
415                                         <include content="InfoDialogButton">
416                                                 <param name="id" value="10" />
417                                                 <param name="icon" value="icons/infodialogs/choose_image.png" />
418                                                 <param name="label" value="$LOCALIZE[13405]" />
419                                         </include>
420                                         <include content="InfoDialogButton">
421                                                 <param name="id" value="12" />
422                                                 <param name="icon" value="icons/infodialogs/info.png" />
423                                                 <param name="label" value="" />
424                                         </include>
425                                 </control>
426                                 <include content="LeftRightArrows">
427                                         <param name="list_id" value="50" />
428                                         <param name="left_posx" value="565" />
429                                         <param name="right_posx" value="1790" />
430                                         <param name="posy" value="300" />
431                                         <param name="visible" value="true" />
432                                 </include>
433                                 <control type="group">
434                                         <control type="image">
435                                                 <left>1315</left>
436                                                 <top>474</top>
437                                                 <width>450</width>
438                                                 <height>390</height>
439                                                 <aspectratio>scale</aspectratio>
440                                                 <texture colordiffuse="AAFFFFFF">colors/black.png</texture>
441                                         </control>
442                                         <control type="group">
443                                                 <left>1275</left>
444                                                 <top>480</top>
445                                                 <control type="list" id="41">
446                                                         <left>42</left>
447                                                         <top>0</top>
448                                                         <width>446</width>
449                                                         <height>385</height>
450                                                         <onleft>130</onleft>
451                                                         <onright>130</onright>
452                                                         <onup>50</onup>
453                                                         <ondown>9000</ondown>
454                                                         <pagecontrol/>
455                                                         <scrolltime>200</scrolltime>
456                                                         <itemlayout height="35">
457                                                                 <control type="label">
458                                                                         <left>10</left>
459                                                                         <top>0</top>
460                                                                         <width>410</width>
461                                                                         <height>30</height>
462                                                                         <font>font27_narrow</font>
463                                                                         <label>$INFO[ListItem.Label,[COLOR button_focus],[/COLOR]] $INFO[ListItem.Label2]</label>
464                                                                 </control>
465                                                         </itemlayout>
466                                                         <focusedlayout height="35">
467                                                                 <control type="image">
468                                                                         <left>0</left>
469                                                                         <top>1</top>
470                                                                         <width>446</width>
471                                                                         <height>33</height>
472                                                                         <texture colordiffuse="button_focus">lists/focus.png</texture>
473                                                                         <visible>Control.HasFocus(41)</visible>
474                                                                 </control>
475                                                                 <control type="label">
476                                                                         <left>10</left>
477                                                                         <top>0</top>
478                                                                         <width>410</width>
479                                                                         <height>30</height>
480                                                                         <font>font27_narrow</font>
481                                                                         <label>$INFO[ListItem.Label] $INFO[ListItem.Label2]</label>
482                                                                         <scroll>true</scroll>
483                                                                         <visible>Control.HasFocus(41)</visible>
484                                                                 </control>
485                                                                 <control type="label">
486                                                                         <left>10</left>
487                                                                         <top>0</top>
488                                                                         <width>410</width>
489                                                                         <height>30</height>
490                                                                         <font>font27_narrow</font>
491                                                                         <label>$INFO[ListItem.Label,[COLOR button_focus],[/COLOR]] $INFO[ListItem.Label2]</label>
492                                                                         <scroll>false</scroll>
493                                                                         <visible>!Control.HasFocus(41)</visible>
494                                                                 </control>
495                                                         </focusedlayout>
496                                                         <content>
497                                                                 <include condition="String.IsEqual(ListItem.DBTYPE,artist)">MusicInfoArtistInfo</include>
498                                                                 <include condition="String.IsEqual(ListItem.DBTYPE,album)">MusicInfoAlbumInfo</include>
499                                                                 <include condition="String.IsEqual(ListItem.DBTYPE,song)">MusicInfoSongInfo</include>
500                                                         </content>
501                                                 </control>
502                                         </control>
503                                 </control>
504                         </control>
505                         <control type="group">
506                                 <visible>String.IsEqual(ListItem.DBType,artist)</visible>
507                                 <include content="InfoDialogTopBarInfo">
508                                         <param name="main_label" value="$INFO[ListItem.Artist]" />
509                                         <param name="sub_label" value="$INFO[ListItem.Genre]" />
510                                         <param name="id" value="33333" />
511                                 </include>
512                         </control>
513                         <control type="group">
514                                 <visible>String.IsEqual(ListItem.DBType,album)</visible>
515                                 <include content="InfoDialogTopBarInfo">
516                                         <param name="main_label" value="$INFO[ListItem.Album]$INFO[ListItem.Year, ([COLOR grey],[/COLOR])]" />
517                                         <param name="sub_label" value="$INFO[ListItem.Artist]" />
518                                         <param name="id" value="33334" />
519                                 </include>
520                         </control>
521                         <control type="group">
522                                 <visible>String.IsEqual(ListItem.DBType,song) + !Window.IsActive(musicinformation)</visible>
523                                 <include content="InfoDialogTopBarInfo">
524                                         <param name="main_label" value="[COLOR button_focus]$INFO[ListItem.TrackNumber]. [/COLOR]$INFO[ListItem.Title]" />
525                                         <param name="sub_label" value="$INFO[ListItem.Artist,, - ]$INFO[ListItem.Album]$INFO[ListItem.Year, ([COLOR grey],[/COLOR])]" />
526                                         <param name="id" value="33335" />
527                                 </include>
528                         </control>
529                 </control>
530                 <control type="group">
531                         <centerleft>50%</centerleft>
532                         <width>1920</width>
533                         <bottom>0</bottom>
534                         <height>70</height>
535                         <include>MediaFlags</include>
536                 </control>
537                 <include condition="Skin.HasSetting(touchmode)">TouchBackButton</include>
538         </controls>
539 </window>