skin.pellucidPlus/1080i/DialogMuteBug.xml

80 lines
2.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">901</defaultcontrol>
<allowoverlay>yes</allowoverlay>
2015-03-27 21:31:13 +01:00
<coordinates>
<origin x="0" y="0"/>
</coordinates>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
<posx>col-19-begin</posx>
2015-03-27 21:31:13 +01:00
<posy>row-17-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowclose">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
<control type="image">
<posx>0</posx>
<posy>-12</posy>
<width>8-col</width>
<height>102</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>eeFFFFFF</colordiffuse>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
<control type="label">
<description>heading</description>
<posx>24</posx>
<posy>-12</posy>
<font>smallStrong</font>
<width>4-col</width>
<height>1-row</height>
<label>772</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
<control type="label">
<posx>24</posx>
2015-03-27 21:31:13 +01:00
<posy>28</posy>
2014-09-28 20:47:53 +02:00
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
<control type="label">
<posx>72</posx>
2015-03-27 21:31:13 +01:00
<posy>28</posy>
2014-09-28 20:47:53 +02:00
<width>4-col</width>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>31098</label>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<include>DialogID</include>
<label>DialogMuteBug.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>