skin.pellucid/1080i/DialogPictureInfo.xml

59 lines
2.2 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">5</defaultcontrol>
2016-02-22 22:10:50 +01:00
<include>fadeInOut</include>
2014-09-28 20:47:53 +02:00
<controls>
<include>modalDialog</include>
<control type="group">
2017-02-09 22:50:33 +01:00
<posx>col-1-begin</posx>
<posy>row-4-begin</posy>
2016-02-22 22:10:50 +01:00
<!--animations-->
2015-03-27 21:31:13 +01:00
<include>modalDialogInOut</include>
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2016-02-22 22:10:50 +01:00
<posy>0</posy>
2017-02-09 22:50:33 +01:00
<width>12-col</width>
2017-12-04 21:13:06 +01:00
<height></height>
2015-03-27 21:31:13 +01:00
<aspectratio align="left" aligny="top">keep</aspectratio>
2014-09-28 20:47:53 +02:00
<texture>$INFO[listitem.thumb]</texture>
</control>
<control type="panel" id="5">
2017-02-09 22:50:33 +01:00
<posx>13-col</posx>
<posy>0</posy>
<width>11-col</width>
2015-03-27 21:31:13 +01:00
<height>12-row</height>
2017-02-09 22:50:33 +01:00
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
<posx>0</posx>
2017-02-09 22:50:33 +01:00
<posy>0</posy>
<width>324</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
<posx>0</posx>
2017-02-09 22:50:33 +01:00
<posy>32</posy>
<width>324</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
2017-02-09 22:50:33 +01:00
</itemlayout>
<focusedlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogPictureInfo.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>