diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/DialogConfirm.xml | |
parent | Initial commit. (diff) | |
download | kodi-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.estuary/xml/DialogConfirm.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogConfirm.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogConfirm.xml b/addons/skin.estuary/xml/DialogConfirm.xml new file mode 100644 index 0000000..1ff68bf --- /dev/null +++ b/addons/skin.estuary/xml/DialogConfirm.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>Animation_DialogPopupOpenClose</include> + <depth>DepthDialog+</depth> + <controls> + <control type="group"> + <height>400</height> + <centertop>50%</centertop> + <centerleft>50%</centerleft> + <width>915</width> + <include content="DialogBackgroundCommons"> + <param name="width" value="915" /> + <param name="height" value="380" /> + <param name="header_label" value="" /> + <param name="header_id" value="1" /> + </include> + <control type="textbox" id="9"> + <left>30</left> + <top>82</top> + <width>855</width> + <height>165</height> + <label></label> + <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll> + </control> + <control type="progress" id="20"> + <left>30</left> + <top>262</top> + <width>855</width> + <height>24</height> + <info>System.Progressbar</info> + </control> + <control type="grouplist" id="9000"> + <orientation>horizontal</orientation> + <left>0</left> + <top>290</top> + <width>915</width> + <align>center</align> + <include content="DefaultDialogButton"> + <param name="id" value="11" /> + <param name="label" value="" /> + </include> + <include content="DefaultDialogButton"> + <param name="id" value="10" /> + <param name="label" value="" /> + </include> + <include content="DefaultDialogButton"> + <param name="id" value="12" /> + <param name="label" value="" /> + </include> + </control> + </control> + </controls> +</window> + |