2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<!--main hub menu-->
|
|
|
|
<include name="hubMenu">
|
|
|
|
<control type="group" id="9000">
|
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
|
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
|
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="!controlgroup(9000).hasfocus">
|
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
|
|
|
|
</animation>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>col-7-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2015-04-12 22:22:47 +02:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-03-27 21:31:13 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--logo-->
|
|
|
|
<control type="image">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<texture>kodilogo.png</texture>
|
|
|
|
<colordiffuse>textActive</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
|
|
|
|
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
|
|
|
|
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
|
|
|
|
</animation>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="list" id="9001">
|
|
|
|
<posx>0</posx>
|
2015-04-01 21:11:01 +02:00
|
|
|
<posy>row-4-begin</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>8-col</width>
|
|
|
|
<height>24-row</height>
|
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<onleft>9002</onleft>
|
|
|
|
<onright>9999</onright>
|
|
|
|
<onback>activateWindow(home)</onback>
|
|
|
|
<itemlayout width="col-7-begin" height="2-row">
|
|
|
|
<control type="label">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>7-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="col-7-begin" height="2-row">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>col-7-begin</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2015-04-12 22:22:47 +02:00
|
|
|
<colordiffuse>textActive</colordiffuse>
|
2015-03-27 21:31:13 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>8-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<textcolor>highlight</textcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoMenu</include>
|
|
|
|
<include condition="window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicMenu</include>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<--hub options-->
|
|
|
|
<control type="group">
|
2015-03-30 21:32:00 +02:00
|
|
|
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(5900) | window.isactive(5000)">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
|
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="controlgroup(9002).hasfocus">
|
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
|
|
|
|
</animation>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>col-7-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2015-04-12 22:22:47 +02:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-03-27 21:31:13 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--logo-->
|
|
|
|
<control type="image">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<texture>kodilogo.png</texture>
|
|
|
|
<colordiffuse>textActive</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
|
|
|
|
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
|
|
|
|
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
|
|
|
|
</animation>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--menu items-->
|
|
|
|
<control type="grouplist" id="9002">
|
|
|
|
<posx>0</posx>
|
2015-04-01 21:11:01 +02:00
|
|
|
<posy>row-4-begin</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>col-7-begin</width>
|
|
|
|
<height>27-row</height>
|
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<onright>9000</onright>
|
|
|
|
<onup>9002</onup>
|
|
|
|
<ondown>9002</ondown>
|
|
|
|
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
|
|
|
|
<include condition="window.isactive(musiclibrary) | window.isactive(musicfiles) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
|
|
|
|
<include condition="window.isactive(pictures)">picturesSideMenu</include>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|