skin.pellucid/1080i/DialogFavourites.xml

108 lines
4.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">450</defaultcontrol>
<allowoverlay>no</allowoverlay>
<include>fadeInOut</include>
<controls>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<control type="label" id="1">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<font>pageTitle</font>
<textcolor>selected</textcolor>
<label>1036</label>
</control>
<control type="label">
<visible>!IntegerGreaterThan(Container(450).NumItems,0)</visible>
<posx>0</posx>
<posy>45</posy>
<width>8-col</width>
<label>31096</label>
<font>regular</font>
<textcolor>selected</textcolor>
</control>
<control type="panel" id="450">
<posx>0</posx>
<posy>2-row</posy>
<width>24-col</width>
<height>13-row</height>
<itemlayout width="6-col" height="314">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>230</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>selected</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="314">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>230</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/selected.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<height>1-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/selected.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.Label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogFavourites.xml</label>
</control>
</controls>
</window>