aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogVolumeBar.xml
blob: 522ae99cd647d5dc68381f148f04da94987f24bf (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<window>
    <zorder>4</zorder>
    <controls>
        <control type="progress" id="20">
            <include>HiddenObject</include>
            <info>Player.Volume</info>
        </control>
        <control type="group">
            <visible>!Window.IsActive(startup)</visible>
            <left>1820</left>
            <top>0</top>
            <animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
            <animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
            <control type="image">
                <left>6</left>
                <top>-11</top>
                <width>100</width>
                <height>100</height>
                <texture colordiffuse="button_focus">dialogs/extendedprogress/loading-back.png</texture>
                <animation effect="fade" start="100" end="0" delay="300" time="500" tween="sine" condition="Player.Muted">Conditional</animation>
            </control>
            <control type="image">
                <left>6</left>
                <top>-11</top>
                <width>100</width>
                <height>100</height>
                <texture>dialogs/volume/progress/p$INFO[Control.GetLabel(20)].png</texture>
                <animation effect="fade" start="100" end="0" delay="300" time="500" tween="sine" condition="Player.Muted">Conditional</animation>
            </control>
            <control type="image">
                <left>37</left>
                <top>19</top>
                <width>40</width>
                <height>40</height>
                <texture colordiffuse="white">$VAR[VolumeIconVar]</texture>
            </control>
        </control>
    </controls>
</window>