summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogBusy.xml
blob: 8f869071b61bba7c3e4d447c43cc69ef541ff4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>