[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / xml / DialogNotification.xml
blob23249bf2add38a0ceb693a161867d59b43f9cacf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <zorder>3</zorder>
4         <controls>
5                 <control type="group">
6                         <depth>DepthMax</depth>
7                         <top>85</top>
8                         <right>0</right>
9                         <width>640</width>
10                         <include>OpenClose_Right</include>
11                         <visible>String.IsEmpty(Window(Home).Property(script.cinemavision.running))</visible>
12                         <control type="image">
13                                 <left>0</left>
14                                 <top>0</top>
15                                 <width>640</width>
16                                 <height>160</height>
17                                 <texture>dialogs/dialog-bg-nobo.png</texture>
18                                 <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
19                                 <bordersize>20</bordersize>
20                         </control>
21                         <control type="image" id="400">
22                                 <description>avatar</description>
23                                 <left>25</left>
24                                 <top>25</top>
25                                 <width>110</width>
26                                 <height>110</height>
27                                 <aspectratio>stretch</aspectratio>
28                         </control>
29                         <control type="fadelabel" id="401">
30                                 <description>Line 1 Label</description>
31                                 <left>150</left>
32                                 <top>40</top>
33                                 <width>450</width>
34                                 <height>18</height>
35                                 <font>font37</font>
36                                 <aligny>center</aligny>
37                                 <scrollout>false</scrollout>
38                                 <pauseatend>2000</pauseatend>
39                         </control>
40                         <control type="fadelabel" id="402">
41                                 <description>Line 2 Label</description>
42                                 <left>151</left>
43                                 <top>68</top>
44                                 <width>450</width>
45                                 <height>60</height>
46                                 <font>font27_narrow</font>
47                                 <aligny>center</aligny>
48                                 <scrollout>false</scrollout>
49                                 <pauseatend>2000</pauseatend>
50                         </control>
51                 </control>
52         </controls>
53 </window>