skin.pellucid/1080i/Includes.xml

145 lines
5.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
2015-03-27 21:31:13 +01:00
<include file="Defaults.xml"/>
<include file="Includes_grid.xml"/>
<include file="Includes_variables.xml"/>
<include file="Includes_animations.xml"/>
<include file="Includes_hubMenu.xml"/>
<include file="Includes_hubMenuItems.xml"/>
<include file="Includes_hubMenuSubItems.xml"/>
<include file="Includes_recentItems.xml"/>
<include file="View_LiveTVChannels.xml"/>
<include file="View_Seasons.xml"/>
<include file="View_Episodes.xml"/>
<include file="View_Movies.xml"/>
<include file="View_TVShows.xml"/>
<include file="View_Addons.xml"/>
2014-09-28 20:47:53 +02:00
2015-03-27 21:31:13 +01:00
<include file="ViewsDialogs.xml"/>
<include file="ViewsMusic.xml"/>
<include file="ViewsPictures.xml"/>
<!--modal dialogs-->
2014-09-28 20:47:53 +02:00
<include name="modalDialog">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</include>
2015-03-27 21:31:13 +01:00
<!--Global background-->
<include name="globalBackground">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/white.png</texture>
<colordiffuse>background</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</include>
2014-09-28 20:47:53 +02:00
<!--date and time-->
<include name="dateTime">
<control type="group">
2015-03-27 21:31:13 +01:00
<posx>col-24-begin</posx>
<posy>row-1-begin</posy>
<!--source title-->
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-27 21:31:13 +01:00
<posx>1-col</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<width>12-col</width>
<align>right</align>
2014-09-28 20:47:53 +02:00
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-27 21:31:13 +01:00
<posx>1-col</posx>
<posy>48</posy>
<width>12-col</width>
<align>right</align>
<font>pageSubTitle</font>
2014-09-28 20:47:53 +02:00
<label>$INFO[System.Date(mmm d)]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
</include>
2015-03-27 21:31:13 +01:00
<!--busy indicator-->
<include name="loadingIndicator">
<control type="group">
<visible>!IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible>
2014-09-28 20:47:53 +02:00
<posx>0</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
<!--animations-->
<animation type="visible">
<effect type="fade" start="0" end="100" time="400"/>
</animation>
<animation type="hidden">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>77FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
<posx>13-col</posx>
<posy>row-15-begin</posy>
<width>50</width>
<height>50</height>
<aspectratio>keep</aspectratio>
<texture border="0">busy.gif</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>99FFFFFF</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-27 21:31:13 +01:00
</include>
<!--conditional positioning for progress dialogs (avoid overlaps)-->
<include name="progressPosition1"><posy>row-2-begin</posy></include>
<include name="progressPosition2"><posy>row-4-begin</posy></include>
<!--scroll suppression for low power mode-->
<!--text scrolling suppression for low power mode-->
<include name="scrollSuppressionActive"><scroll>False</scroll></include>
<include name="scrollSuppressionInactive"><scroll>True</scroll></include>
<!--debugging-->
2014-09-28 20:47:53 +02:00
<include name="DialogID">
<posx>15</posx>
<posy>15</posy>
<width>fullscreenwidth</width>
<height>1-row</height>
<font>smallStrong</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<align>left</align>
<visible>Skin.HasSetting(DebugInfo)</visible>
</include>
<include name="WindowID">
<posx>15</posx>
<posy>15</posy>
<width>fullscreenwidth</width>
<height>1-row</height>
<font>smallStrong</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<align>left</align>
<visible>Skin.HasSetting(DebugInfo)</visible>
</include>
<include name="DebugGrid">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>debuggrid1080.png</texture>
<colordiffuse>77FFFFFF</colordiffuse>
<visible>Skin.HasSetting(DebugGrid)</visible>
</control>
</include>
2015-03-27 21:31:13 +01:00
</includes>