summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estouchy/xml/DialogExtendedProgressBar.xml
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/skin.estouchy/xml/DialogExtendedProgressBar.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogExtendedProgressBar.xml45
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>