diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-23 06:36:31 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-23 20:37:42 +0100 |
commit | 314f286b4356e02ddc59cc2d3d418f382438775c (patch) | |
tree | fd22b6e8eddeb91ed28303f2bbf0073d3ccf34cc /addons/skin.estuary/xml/DialogVolumeBar.xml | |
parent | 6120ee918509f85470f57c6aac554e844677954f (diff) |
[estuary] 2nd edition
Diffstat (limited to 'addons/skin.estuary/xml/DialogVolumeBar.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogVolumeBar.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogVolumeBar.xml b/addons/skin.estuary/xml/DialogVolumeBar.xml new file mode 100644 index 0000000000..077377e1b8 --- /dev/null +++ b/addons/skin.estuary/xml/DialogVolumeBar.xml @@ -0,0 +1,49 @@ +<?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> + <centerleft>50%</centerleft> + <width>112</width> + <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" id="1"> + <left>12</left> + <top>5</top> + <width>88</width> + <height>88</height> + <texture>osd/buffer-bg.png</texture> + <visible>Window.IsActive(fullscreenvideo) | Window.IsActive(slideshow)</visible> + </control> + <control type="image"> + <left>22</left> + <top>15</top> + <width>68</width> + <height>68</height> + <texture colordiffuse="1AFFFFFF">dialogs/extendedprogress/loading-placeholder.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>-4</left> + <top>-11</top> + <width>120</width> + <height>120</height> + <texture>$INFO[Control.GetLabel(20),dialogs/volume/progress/p,.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>36</left> + <top>29</top> + <width>40</width> + <height>40</height> + <texture colordiffuse="white">$VAR[VolumeIconVar]</texture> + </control> + </control> + </controls> +</window> |