summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogBusy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogBusy.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogBusy.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogBusy.xml b/addons/skin.estouchy/xml/DialogBusy.xml
new file mode 100644
index 0000000..8f86907
--- /dev/null
+++ b/addons/skin.estouchy/xml/DialogBusy.xml
@@ -0,0 +1,35 @@
+<?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(VolumeBar) | Window.IsVisible(1112)]</visible>
+ <control type="image">
+ <description>Busy animation</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>58</width>
+ <height>58</height>
+ <texture>busy.png</texture>
+ <aspectratio>keep</aspectratio>
+ <animation effect="rotate" start="0" end="360" center="auto" time="1200" loop="true" condition="true">conditional</animation>
+ </control>
+ <control type="label">
+ <description>Busy label</description>
+ <posx>100</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>78</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[31009]</label>
+ <font>font25</font>
+ </control>
+ </control>
+ </controls>
+</window>