skin.pellucid/1080i/DialogExtendedProgressBar.xml

79 lines
3.2 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol/>
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
<include condition="!window.isactive(infodialog)">progressPosition1</include>
<include condition="window.isactive(infodialog)">progressPosition2</include>
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>
2015-03-30 21:32:00 +02:00
<control type="group">
2014-09-28 20:47:53 +02:00
<!--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>
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>-24</posx>
<posy>0</posy>
<width>24</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label" id="30">
2015-03-30 21:32:00 +02:00
<description>heading</description>
2014-09-28 20:47:53 +02:00
<posx>24</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<width>468</width>
2015-03-30 21:32:00 +02:00
<height>60</height>
<aligny>center</aligny>
<label>-</label>
2014-09-28 20:47:53 +02:00
<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>
2015-03-30 21:32:00 +02:00
<control type="label" id="31">
2014-09-28 20:47:53 +02:00
<description>message</description>
<posx>24</posx>
2015-03-30 21:32:00 +02:00
<posy>1-row</posy>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<width>468</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<label>-</label>
2015-03-30 21:32:00 +02:00
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
<shadowcolor>-</shadowcolor>
2014-09-28 20:47:53 +02:00
<!--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>
2015-03-27 21:31:13 +01:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>DialogExtendedProgressBar.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>