forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogVolumeBar.xml
134 lines (134 loc) · 6.06 KB
/
DialogVolumeBar.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="104">
<controls>
<control type="group">
<visible>!Player.Muted</visible>
<control type="group">
<right>72</right>
<posy>72</posy>
<width>660</width>
<height>100</height>
<include>Animation.FadeIn.Slide</include>
<include>Animation.FadeOut</include>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>660</width>
<height>100</height>
<animation effect="fade" start="100" end="90" condition="true">Conditional</animation>
<texture border="16" colordiffuse="Background">common/rounded-shadow8.png</texture>
</control>
<control type="image">
<left>7</left>
<top>7</top>
<right>7</right>
<bottom>7</bottom>
<texture colordiffuse="BoxNotification" border="4" background="true" infill="false">common/box21.png</texture>
<visible>!Skin.HasSetting(thumbnails.white)</visible>
</control>
<control type="group">
<visible>!player.passthrough</visible>
<control type="image">
<left>24</left>
<centertop>50%</centertop>
<width>64</width>
<height>64</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="Dark1">buttons/volume.png</texture>
<visible>!Player.Muted</visible>
</control>
<control type="image">
<left>24</left>
<centertop>50%</centertop>
<width>64</width>
<height>64</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="Dark1">buttons/mute.png</texture>
<visible>Player.Muted</visible>
</control>
<control type="label">
<left>104</left>
<top>24</top>
<height>24</height>
<aligny>center</aligny>
<font>Tiny</font>
<label>$LOCALIZE[13376]$INFO[Player.Volume, ,]</label>
<textcolor>Dark1</textcolor>
</control>
<control type="label">
<align>right</align>
<right>24</right>
<top>24</top>
<height>24</height>
<aligny>center</aligny>
<font>Tiny</font>
<label>$INFO[Control.GetLabel(1),, %]</label>
<textcolor>Dark1</textcolor>
</control>
<control type="progress">
<description>progress control</description>
<left>104</left>
<right>24</right>
<bottom>24</bottom>
<height>8</height>
<info>Player.Volume</info>
</control>
</control>
<control type="group">
<visible>player.passthrough</visible>
<control type="label">
<description>Passthrough Label</description>
<left>38</left>
<centertop>50%</centertop>
<height>24</height>
<aligny>center</aligny>
<textcolor>Dark1</textcolor>
<font>Tiny</font>
<label>29802</label>
</control>
</control>
</control>
<control type="progress" id="1">
<description>progress control</description>
<left>104</left>
<right>24</right>
<bottom>24</bottom>
<height>8</height>
<texturebg colordiffuse="White12">osd/progress-bg.png</texturebg>
<info>Player.Volume</info>
<visible>false</visible>
</control>
</control>
<control type="group">
<visible>Player.Muted</visible>
<control type="group">
<visible>VideoPlayer.IsFullscreen | Window.IsVisible(visualisation) | [Window.IsVisible(home) + !Skin.HasSetting(home.showheader) + !Skin.HasSetting(home.vertical)] | Skin.HasSetting(furniture.header)</visible>
<left>SidePad</left>
<top>SidePad</top>
<width>100</width>
<height>100</height>
<include>Animation.FadeIn.Slide</include>
<include>Animation.FadeOut</include>
<control type="image">
<description>background image</description>
<left>-8</left>
<top>-8</top>
<width>100</width>
<height>100</height>
<animation effect="fade" start="100" end="90" condition="true">Conditional</animation>
<texture border="16" colordiffuse="Background">common/rounded-shadow8.png</texture>
</control>
<control type="image" id="901">
<centerleft>42</centerleft>
<centertop>42</centertop>
<width>64</width>
<height>64</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="Dark1">buttons/mute.png</texture>
</control>
</control>
</control>
</controls>
</window>