forked from phil65/skin.estuary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Custom_1103_VolumeSlider.xml
71 lines (71 loc) · 2.42 KB
/
Custom_1103_VolumeSlider.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1103">
<defaultcontrol>11</defaultcontrol>
<include>Animation_DialogPopupOpenClose</include>
<depth>DepthOSD+</depth>
<controls>
<control type="button">
<description>background close area</description>
<left>0</left>
<top>0</top>
<width>100%</width>
<bottom>0</bottom>
<texturefocus />
<texturenofocus />
<onclick>Action(close)</onclick>
</control>
<control type="group">
<bottom>0</bottom>
<height>250</height>
<left>30</left>
<width>840</width>
<control type="image">
<left>-20</left>
<top>0</top>
<width>525</width>
<height>152</height>
<texture>dialogs/dialog-bg-nobo.png</texture>
<bordertexture border="21">overlays/shadow.png</bordertexture>
<bordersize>20</bordersize>
</control>
<control type="progress">
<left>40</left>
<top>20</top>
<width>400</width>
<height>112</height>
<texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
<midtexture colordiffuse="button_focus">colors/white.png</midtexture>
<info>Player.Volume</info>
</control>
<control type="slider">
<left>40</left>
<top>20</top>
<width>400</width>
<height>112</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib colordiffuse="00FFFFFF">colors/white.png</textureslidernib>
<textureslidernibfocus colordiffuse="00FFFFFF">colors/white.png</textureslidernibfocus>
<info>Player.Volume</info>
<action>Volume</action>
</control>
<control type="image">
<left>0</left>
<top>65</top>
<width>28</width>
<height>28</height>
<texture flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texture>
<animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
<animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
</control>
<control type="image">
<left>455</left>
<top>65</top>
<width>28</width>
<height>28</height>
<texture colordiffuse="button_focus">overlays/arrowright.png</texture>
<animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
<animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
</control>
</control>
</controls>
</window>