[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / Custom_1103_VolumeSlider.xml
blob3dc87c48aa737a19e4adc37ee10e0f69f648632b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window type="dialog" id="1103">
3         <defaultcontrol>11</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <depth>DepthOSD+</depth>
6         <controls>
7                 <control type="button">
8                         <description>background close area</description>
9                         <left>0</left>
10                         <top>0</top>
11                         <width>100%</width>
12                         <bottom>0</bottom>
13                         <texturefocus />
14                         <texturenofocus />
15                         <onclick>Action(close)</onclick>
16                 </control>
17                 <control type="group">
18                         <bottom>0</bottom>
19                         <height>250</height>
20                         <left>30</left>
21                         <width>840</width>
22                         <control type="image">
23                                 <left>-20</left>
24                                 <top>0</top>
25                                 <width>525</width>
26                                 <height>152</height>
27                                 <texture>dialogs/dialog-bg-nobo.png</texture>
28                                 <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
29                                 <bordersize>20</bordersize>
30                         </control>
31                         <control type="progress">
32                                 <left>40</left>
33                                 <top>20</top>
34                                 <width>400</width>
35                                 <height>112</height>
36                                 <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
37                                 <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
38                                 <info>Player.Volume</info>
39                         </control>
40                         <control type="slider">
41                                 <left>40</left>
42                                 <top>55</top>
43                                 <width>400</width>
44                                 <height>40</height>
45                                 <texturesliderbar></texturesliderbar>
46                                 <textureslidernib></textureslidernib>
47                                 <textureslidernibfocus></textureslidernibfocus>
48                                 <info>Player.Volume</info>
49                                 <action>Volume</action>
50                         </control>
51                         <control type="button">
52                                 <left>0</left>
53                                 <top>65</top>
54                                 <width>28</width>
55                                 <height>28</height>
56                                 <texturefocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturefocus>
57                                 <texturenofocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturenofocus>
58                                 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
59                                 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
60                                 <hitrect x="-20" y="20" w="60" h="112" />
61                                 <onclick>Action(VolumeDown)</onclick>
62                         </control>
63                         <control type="button">
64                                 <left>455</left>
65                                 <top>65</top>
66                                 <width>28</width>
67                                 <height>28</height>
68                                 <texturefocus colordiffuse="button_focus">overlays/arrowright.png</texturefocus>
69                                 <texturenofocus colordiffuse="button_focus">overlays/arrowright.png</texturenofocus>
70                                 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
71                                 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
72                                 <hitrect x="440" y="20" w="60" h="112" />
73                                 <onclick>Action(VolumeUp)</onclick>
74                         </control>
75                 </control>
76         </controls>
77 </window>