skin.pellucid/1080i/DialogSlider.xml

91 lines
3.5 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">11</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<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>
<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" id="10">
<description>heading</description>
<posx>24</posx>
<posy>-12</posy>
<font>smallStrong</font>
<width>468</width>
<height>1-row</height>
<label>-</label>
2015-03-27 21:31:13 +01:00
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
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>
<control type="label">
<description>Control indicator</description>
<posx>24</posx>
<posy>30</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>
<height>1-row</height>
<label>◀ ▶</label>
2015-03-27 21:31:13 +01:00
2014-09-28 20:47:53 +02:00
<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" id="12">
<description>message</description>
2015-03-27 21:31:13 +01:00
<posx>108</posx>
2014-09-28 20:47:53 +02:00
<posy>30</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>
<height>1-row</height>
<label>-</label>
2015-03-27 21:31:13 +01:00
2014-09-28 20:47:53 +02:00
<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="slider" id="11">
<visible>true</visible>
<description>Slider</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>130</posy>
<include>DialogID</include>
<label>DialogSlider.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>