[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / DialogSlider.xml
blobc5ce12ad23ce4c2fd298004d9143001e1d12ac07
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol>11</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <depth>DepthOSD+</depth>
6         <controls>
7                 <control type="group">
8                         <top>20</top>
9                         <centerleft>50%</centerleft>
10                         <width>840</width>
11                         <control type="image">
12                                 <left>-20</left>
13                                 <top>-30</top>
14                                 <width>840</width>
15                                 <height>155</height>
16                                 <texture>dialogs/dialog-bg-nobo.png</texture>
17                                 <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
18                                 <bordersize>20</bordersize>
19                         </control>
20                         <control type="label" id="10">
21                                 <description>Dialog header</description>
22                                 <left>40</left>
23                                 <top>10</top>
24                                 <width>550</width>
25                                 <height>20</height>
26                                 <aligny>center</aligny>
27                                 <font>font14</font>
28                                 <textcolor>button_focus</textcolor>
29                         </control>
30                         <control type="label" id="12">
31                                 <description>Slider Value</description>
32                                 <left>0</left>
33                                 <top>10</top>
34                                 <width>760</width>
35                                 <height>20</height>
36                                 <align>right</align>
37                                 <aligny>center</aligny>
38                                 <font>font14</font>
39                         </control>
40                         <control type="slider" id="11">
41                                 <description>Slider</description>
42                                 <left>40</left>
43                                 <top>65</top>
44                                 <width>720</width>
45                                 <height>28</height>
46                                 <onup>11</onup>
47                                 <ondown>11</ondown>
48                                 <onleft>11</onleft>
49                                 <onright>11</onright>
50                         </control>
51                         <control type="image">
52                                 <left>0</left>
53                                 <top>65</top>
54                                 <width>28</width>
55                                 <height>28</height>
56                                 <texture flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texture>
57                                 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
58                                 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
59                         </control>
60                         <control type="image">
61                                 <left>770</left>
62                                 <top>65</top>
63                                 <width>28</width>
64                                 <height>28</height>
65                                 <texture colordiffuse="button_focus">overlays/arrowright.png</texture>
66                                 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
67                                 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
68                         </control>
69                 </control>
70         </controls>
71 </window>