summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/CustomVolume.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/CustomVolume.xml')
-rw-r--r--addons/skin.estouchy/xml/CustomVolume.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/CustomVolume.xml b/addons/skin.estouchy/xml/CustomVolume.xml
new file mode 100644
index 0000000..65176fd
--- /dev/null
+++ b/addons/skin.estouchy/xml/CustomVolume.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window id="1112" type="dialog">
+ <include>dialogeffect</include>
+ <controls>
+ <control type="button">
+ <description>Hidden button to close the window when its focused</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>ScreenWidth</width>
+ <height>960</height>
+ <texturenofocus></texturenofocus>
+ <texturefocus></texturefocus>
+ <onclick>Back</onclick>
+ <visible>![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(SeekBar)]</visible>
+ </control>
+ <control type="group">
+ <posx>364</posx>
+ <posy>10</posy>
+ <include>16x9_xPos_Relocation</include>
+ <visible>![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(SeekBar)]</visible>
+ <control type="label">
+ <description>label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>32</height>
+ <width>400</width>
+ <label>13376</label>
+ <font>font20_title</font>
+ <aligny>center</aligny>
+ </control>
+ <control type="label">
+ <description>Volumelabel</description>
+ <posx>552</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>32</height>
+ <label>$INFO[Control.GetLabel(1)]</label>
+ <font>font20_title</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="progress" id="2">
+ <description>Volume</description>
+ <posx>0</posx>
+ <posy>34</posy>
+ <width>552</width>
+ <height>24</height>
+ <texturebg colordiffuse="grey3">white.png</texturebg>
+ <midtexture colordiffuse="blue">white.png</midtexture>
+ <info>Player.Volume</info>
+ </control>
+ <control type="slider" id="1">
+ <description>Volume Slider</description>
+ <posx>0</posx>
+ <posy>30</posy>
+ <width>552</width>
+ <height>32</height>
+ <info>Player.Volume</info>
+ <action>Volume</action>
+ <texturesliderbar></texturesliderbar>
+ <textureslidernib></textureslidernib>
+ <textureslidernibfocus></textureslidernibfocus>
+ </control>
+ </control>
+ </controls>
+</window>