skin.pellucidPlus/1080i/FileManager.xml

210 lines
8.4 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">20</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<include>fadeInOut</include>
<controls>
<include>globalBackground</include>
<!--page title-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<control type="image">
<posx>-96</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/selected.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>pageTitle</font>
<label>10003</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--left panel-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-4-begin</posy>
<control type="label" id="101">
<description>Header Label</description>
<posx>12</posx>
<posy>-36</posy>
<width>12-col</width>
<label>-</label>
<font>regularStrong</font>
<shadowcolor>-</shadowcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col-gutter</width>
<height>12-row</height>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<!--left file list-->
<control type="list" id="20">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col-gutter</width>
<height>12-row</height>
<onright>21</onright>
<itemlayout height="1-row" width="12-col-gutter">
<control type="label">
<posx>12</posx>
<width>11-col</width>
<info>ListItem.Label</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12r</posx>
<width>3-col</width>
<align>right</align>
<info>ListItem.Label2</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
<textcolor>accented</textcolor>
</control>
</itemlayout>
<focusedlayout height="1-row" width="12-col-gutter">
<control type="image">
<width>12-col-gutter</width>
<height>1-row</height>
<texture>colors/selected.png</texture>
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(20)">Conditional</animation>
</control>
<control type="label">
<posx>12</posx>
<width>11-col</width>
<info>ListItem.Label</info>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12r</posx>
<width>3-col</width>
<align>right</align>
<info>ListItem.Label2</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
<textcolor>black</textcolor>
</control>
</focusedlayout>
</control>
<!--footer label-->
<control type="label" id="12">
<posx>12</posx>
<posy>13-row</posy>
<width>12-col-gutter</width>
<label>-</label>
<font>smallStrong</font>
</control>
</control>
<!--right panel-->
<control type="group">
<posx>984</posx>
<posy>row-4-begin</posy>
<control type="label" id="102">
<description>Header Label</description>
<posx>12</posx>
<posy>-36</posy>
<width>12-col</width>
<label>-</label>
<font>regularStrong</font>
<shadowcolor>-</shadowcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col-gutter</width>
<height>12-row</height>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="list" id="21">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col-gutter</width>
<height>12-row</height>
<onleft>20</onleft>
<itemlayout height="1-row" width="12-col-gutter">
<control type="label">
<posx>12</posx>
<width>11-col</width>
<info>ListItem.Label</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12r</posx>
<width>3-col</width>
<align>right</align>
<info>ListItem.Label2</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
<textcolor>accented</textcolor>
</control>
</itemlayout>
<focusedlayout height="1-row" width="12-col-gutter">
<control type="image">
<width>12-col-gutter</width>
<height>1-row</height>
<texture>colors/selected.png</texture>
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(21)">Conditional</animation>
</control>
<control type="label">
<posx>12</posx>
<width>11-col</width>
<info>ListItem.Label</info>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12r</posx>
<width>3-col</width>
<align>right</align>
<info>ListItem.Label2</info>
<font>itemTitle</font>
<shadowcolor>-</shadowcolor>
<textcolor>black</textcolor>
</control>
</focusedlayout>
</control>
<!--footer label-->
<control type="label" id="13">
<posx>12</posx>
<posy>13-row</posy>
<width>12-col-gutter</width>
<label>-</label>
<font>smallStrong</font>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>FileManager.xml</label>
</control>
</controls>
</window>