2015-12-01 21:38:46 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<!--Hub options menu (sort order etc)-->
|
|
|
|
<include name="hubOptions">
|
2016-11-25 00:26:56 +01:00
|
|
|
<!--hub options-->
|
2015-12-01 21:38:46 +01:00
|
|
|
<control type="group">
|
|
|
|
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(1100)">
|
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="controlgroup(9002).hasfocus">
|
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
</animation>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2016-07-04 14:52:43 +02:00
|
|
|
<control type="group" id="9002">
|
|
|
|
<!--menu items-->
|
|
|
|
<control type="grouplist" id="9004">
|
|
|
|
<posx>col-10-begin</posx>
|
2016-10-11 20:44:50 +02:00
|
|
|
<posy>8-row</posy>
|
2016-07-04 14:52:43 +02:00
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>17-row</height>
|
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<onleft>control.setfocus(9999)</onleft>
|
|
|
|
<onright>control.setfocus(9999)</onright>
|
2016-12-19 17:38:47 +01:00
|
|
|
<include condition="[String.IsEqual(skin.string(recentitems),video) + Window.isactive(1106)] | Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
|
|
|
|
<include condition="[String.IsEqual(skin.string(recentitems),music) + Window.isactive(1106)] | Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
|
2016-07-04 14:52:43 +02:00
|
|
|
<include condition="window.isactive(pictures)">picturesSideMenu</include>
|
2016-12-19 17:38:47 +01:00
|
|
|
<include condition="window.isactive(home)">homeSideMenu</include>
|
2016-07-04 14:52:43 +02:00
|
|
|
</control>
|
2015-12-01 21:38:46 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|