skin.pellucidPlus/1080i/DialogPictureInfo.xml

66 lines
2.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">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">
2016-07-24 20:39:38 +02:00
<posx>col-9-begin</posx>
<posy>row-2-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>
2015-03-27 21:31:13 +01:00
<width>8-col</width>
2014-09-28 20:47:53 +02: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">
2016-02-22 22:10:50 +01:00
<posx>0</posx>
2016-07-24 20:39:38 +02:00
<posy>13-row</posy>
2016-02-22 22:10:50 +01:00
<width>12-col</width>
2015-03-27 21:31:13 +01:00
<height>12-row</height>
2014-09-28 20:47:53 +02:00
<itemlayout width="8-col" height="36">
<control type="label">
<posx>0</posx>
<width>4-col-gutter</width>
2016-02-22 22:10:50 +01:00
<label>$INFO[ListItem.Label]</label>
2014-09-28 20:47:53 +02:00
<font>smallStrong</font>
</control>
<control type="label">
2016-02-22 22:10:50 +01:00
<posx>3-col</posx>
<width>9-col-gutter</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
2016-02-22 22:10:50 +01:00
<label>[B]$INFO[ListItem.Label2][/B]</label>
<font>smallStrong</font>
2014-09-28 20:47:53 +02:00
</control>
</itemlayout>
<focusedlayout width="8-col" height="36">
<control type="label">
<posx>0</posx>
<width>4-col-gutter</width>
<info>ListItem.Label</info>
<font>smallStrong</font>
</control>
<control type="label">
2016-02-22 22:10:50 +01:00
<posx>3-col</posx>
<width>9-col-gutter</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
<info>ListItem.Label2</info>
<font>smallMedium</font>
</control>
</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>