forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom_DialogBusy.xml
24 lines (24 loc) · 1.03 KB
/
Custom_DialogBusy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window type="dialog" id="1198">
<visible>!String.IsEmpty(Window(Home).Property(DialogBusy)) | !String.IsEmpty(Window(Home).Property(BusyloaderSettings))</visible>
<controls>
<control type="group">
<visible>!String.IsEmpty(Window(Home).Property(DialogBusy)) | !String.IsEmpty(Window(Home).Property(BusyloaderSettings))</visible>
<include>Animation.FadeIn</include>
<include>Animation.FadeOut</include>
<include>GlobalOverlay</include>
<include>GlobalOverlay</include>
<control type="group">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>450</width>
<height>100</height>
<include>Animation.DelayFadeIn</include>
<include content="BusySpinner">
<param name="color" value="ffededed" />
</include>
</control>
</control>
</controls>
</window>