[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / xml / DialogContextMenu.xml
blob6a41b8891cb8a9011b14378d76b23b137bba8d7a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol>996</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <coordinates>
6                 <left>0</left>
7                 <top>0</top>
8         </coordinates>
9         <controls>
10                 <control type="image">
11                         <left>-1920</left>
12                         <top>-1080</top>
13                         <width>5760</width>
14                         <height>3240</height>
15                         <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
16                         <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
17                         <texture colordiffuse="B0FFFFFF">colors/black.png</texture>
18                 </control>
19                 <control type="button">
20                         <left>-1920</left>
21                         <top>-1080</top>
22                         <width>5760</width>
23                         <height>3240</height>
24                         <texturefocus />
25                         <texturenofocus />
26                         <onclick>Action(close)</onclick>
27                 </control>
28                 <control type="group">
29                         <animation effect="slide" end="0,175" time="0" condition="Window.IsActive(home)">conditional</animation>
30                         <control type="image" id="999">
31                                 <description>background image</description>
32                                 <left>0</left>
33                                 <top>0</top>
34                                 <width>450</width>
35                                 <height>780</height>
36                                 <texture colordiffuse="dialog_tint">colors/white.png</texture>
37                         </control>
38                         <control type="grouplist" id="996">
39                                 <description>grouplist for context buttons</description>
40                                 <left>0</left>
41                                 <top>0</top>
42                                 <width>450</width>
43                                 <height max="780">auto</height>
44                                 <usecontrolcoords>true</usecontrolcoords>
45                         </control>
46                         <include content="UpDownArrows">
47                                 <param name="container_id" value="996" />
48                                 <param name="posx" value="201" />
49                                 <param name="up_posy" value="-40" />
50                                 <param name="down_posy" value="798" />
51                         </include>
52                 </control>
53                 <control type="button" id="1000">
54                         <description>button template</description>
55                         <left>0</left>
56                         <top></top>
57                         <width>450</width>
58                         <height>65</height>
59                         <align>center</align>
60                         <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
61                         <texturenofocus />
62                 </control>
63         </controls>
64 </window>