2016-02-23, 18:26
Changing Home made menu (Choose color scheme Dark).
https://www.dropbox.com/sh/nfsuvztrhck5v...zyLEa?dl=0
Block 1 (List) 3x3 + Image Backgrpind = Not Background.png
Submenu Bloc (as you wish)
Block 2 Block 3 Block-4, Hidden.
Added Block Background 3x3 image background =Widget vertical.png
https://www.dropbox.com/sh/nfsuvztrhck5v...zyLEa?dl=0
watch gallery
Block 1 (List) 3x3 + Image Backgrpind = Not Background.png
Submenu Bloc (as you wish)
Block 2 Block 3 Block-4, Hidden.
Added Block Background 3x3 image background =Widget vertical.png
Code:
<itemlayout width="1920" height="1080">
<!--Keep Empty-->
</itemlayout>
<focusedlayout width="1920" height="1080">
<animation effect="fade" start="0" end="100" time="350" condition="!Control.HasFocus(9000)">Conditional</animation>
<control type="group">
<top>150</top>
<left>550</left>
<control type="image">
<width>213</width>
<height>315</height>
<aspectratio>scale</aspectratio>
<texture colordiffuse="$VAR[CategoryColor]">common/white.png</texture>
</control>
<control type="image">
<top>10</top>
<left>6</left>
<width>200</width>
<height>295</height>
<aspectratio>stretch</aspectratio>
<texture colordiffuse="FFFFFFFF">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
<top>350</top>
<left>-15</left>
<width>250</width>
<height>100</height>
<aspectratio>stretch</aspectratio>
<texture colordiffuse="FFFFFFFF">$INFO[ListItem.Art(clearlogo)]</texture>
</control>
</control>
<control type="group">
<top>150</top>
<left>820</left>
<control type="image">
<width>1000</width>
<height>520</height>
<align>center</align>
<aligny>top</aligny>
<aspectratio>scale</aspectratio>
<texture background="true" colordiffuse="FFFFFFFF">$INFO[ListItem.Art(fanart)]</texture>
</control>
</control>
<control type="group">
<top>150</top>
<left>820</left>
<control type="image">
<width>1000</width>
<height>100</height>
<aspectratio>scale</aspectratio>
<texture colordiffuse="BBFFFFFF">common/white.png</texture>
</control>
<control type="image">
<top>360</top>
<width>1000</width>
<height>190</height>
<aspectratio>scale</aspectratio>
<texture colordiffuse="CCFFFFFF">common/white.png</texture>
</control>
<control type="label">
<left>10</left>
<width>500</width>
<height>80</height>
<align>left</align>
<font>Font36</font>
<textcolor>$INFO[Skin.String(Color.B1Txt1NF)]</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>65</top>
<width>328</width>
<height>24</height>
<align>left</align>
<font>FontSmallR</font>
<textcolor>$INFO[Skin.String(Color.B1Txt1NF)]</textcolor>
<label>$VAR[B2SubTitle] - $INFO[ListItem.Duration,, mins]</label>
</control>
<control type="textbox">
<top>355</top>
<left>10</left>
<width>950</width>
<height>188</height>
<font>Font27</font>
<textcolor>$INFO[Skin.String(Color.B1Txt1NF)]</textcolor>
<label>$INFO[ListItem.Plot]</label>
</control>
</control>
</focusedlayout>