120 lines
4.9 KiB
XML
120 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window id="0">
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&mode=single)</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>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>$INFO[skin.string(homeBackground)]</texture>
|
|
<colordiffuse>6Affffff</colordiffuse>
|
|
<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>1716</posx>
|
|
<posy>row-26-begin</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>24-col</width>
|
|
<height>4-row</height>
|
|
<font>regular</font>
|
|
<align>right</align>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[System.Time][/B] $INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
|
</control>
|
|
</control>
|
|
<!--power and settings-->
|
|
<control type="panel" id="9999">
|
|
<posx>col-24-begin</posx>
|
|
<posy>row-27-begin</posy>
|
|
<width>6-col</width>
|
|
<height>2-row</height>
|
|
<orientation>horizontal</orientation>
|
|
<onleft>9000</onleft>
|
|
<itemlayout width="78" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<texture border="0">colors/black.png</texture>
|
|
<aspectratio>stretch</aspectratio>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<font>symbolLarge</font>
|
|
<align>center</align>
|
|
<aligny>center</aligny>>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="78" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<texture border="0">colors/white.png</texture>
|
|
<aspectratio>stretch</aspectratio>
|
|
<include>spinFocusIcon</include>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<font>symbolLarge</font>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item>
|
|
<label></label>
|
|
<onclick>ActivateWindow(settings)</onclick>
|
|
<thumb>-</thumb>
|
|
</item>
|
|
<item>
|
|
<label></label>
|
|
<onclick>ActivateWindow(shutdownmenu)</onclick>
|
|
<thumb>-</thumb>
|
|
</item>
|
|
</content>
|
|
</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> |