summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogNotification.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogNotification.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogNotification.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogNotification.xml b/addons/skin.estouchy/xml/DialogNotification.xml
new file mode 100644
index 0000000..b62c243
--- /dev/null
+++ b/addons/skin.estouchy/xml/DialogNotification.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>
+ <control type="image" id="400">
+ <description>Icon</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>58</width>
+ <height>58</height>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="fadelabel" id="401">
+ <description>Line 1 Label</description>
+ <posx>78</posx>
+ <posy>20</posy>
+ <width>422</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="402">
+ <description>Line 2 Label</description>
+ <posx>78</posx>
+ <posy>42</posy>
+ <width>422</width>
+ <height>20</height>
+ <font>font20</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ </control>
+ </control>
+ </controls>
+</window>