76 lines
3.2 KiB
XML
76 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window id="0">
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
|
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
|
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
|
<controls>
|
|
<include>globalBackground</include>
|
|
<control type="group">
|
|
<visible>!isempty(skin.string(homeBackground))</visible>
|
|
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
|
|
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
|
|
</animation>
|
|
<include>modalDialogContentShift</include>
|
|
<control type="multiimage">
|
|
<include>dimensionsFullscreen</include>
|
|
<imagepath>special://skin/extras/homeBackgrounds</imagepath>
|
|
<timeperimage>20000</timeperimage>
|
|
<fadetime>1000</fadetime>
|
|
<pauseatend>10000</pauseatend>
|
|
<randomize>true</randomize>
|
|
<loop>yes</loop>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</control>
|
|
<!--Date / time and weather-->
|
|
<control type="group">
|
|
<posx>col-9-begin</posx>
|
|
<posy>row-23-begin</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>-24</posy>
|
|
<width>8-col</width>
|
|
<height>4-row</height>
|
|
<align>center</align>
|
|
<font>veryLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[System.Time]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>2-row</posy>
|
|
<width>8-col</width>
|
|
<height>4-row</height>
|
|
<font>regular</font>
|
|
<align>center</align>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
|
</control>
|
|
</control>
|
|
<!--hidden button to reveal background-->
|
|
<control type="button" id="9999">
|
|
<posx>-500</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<onleft>9000</onleft>
|
|
<onclick>control.setfocus(9000)</onclick>
|
|
</control>
|
|
<!--hub menu-->
|
|
<include>hubMenu</include>
|
|
<include>hubOptions</include>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>Home.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window> |