skin.pellucidPlus/1080i/LoginScreen.xml

76 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">52</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<include>globalBackground</include>
<control type="group">
<posx>col-5-begin</posx>
<posy>row-6-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="list" id="52">
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
<height>11-row</height>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="6-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="masks/circle.png" border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
</control>
<control type="label">
<posx>132</posx>
<posy>5-row</posy>
<width>4-col-gutter</width>
<height>1-row</height>
<font>itemTitle</font>
<align>center</align>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="6-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="masks/circle.png" border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>FFFFFFFF</colordiffuse>
<animation type="focus">
<effect type="zoom" end="110" center="auto" time="200" delay="0"/>
</animation>
</control>
<control type="label">
<posx>132</posx>
<posy>5-row</posy>
<width>4-col-gutter</width>
<height>1-row</height>
<font>itemTitle</font>
<align>center</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>LoginScreen.xml</label>
</control>
</controls>
</window>