diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogExtendedProgressBar.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogExtendedProgressBar.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml b/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml new file mode 100644 index 0000000..b3b5496 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(Notification) | Window.IsVisible(BusyDialog) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112) | Window.IsVisible(Visualisation) | Window.IsVisible(FullscreenVideo)]</visible> + <control type="fadelabel" id="30"> + <posx>0</posx> + <posy>10</posy> + <width>500</width> + <height>15</height> + <font>font18_title</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="fadelabel" id="31"> + <posx>0</posx> + <posy>34</posy> + <width>500</width> + <height>20</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="progress" id="32"> + <description>progress control</description> + <posx>0</posx> + <posy>72</posy> + <width>500</width> + <height>6</height> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + </control> + </control> + </controls> +</window> |