Kodi Community Forum
[New Feature] Alternate Home Screen With Icons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Simplicity (https://forum.kodi.tv/forumdisplay.php?fid=138)
+----- Thread: [New Feature] Alternate Home Screen With Icons (/showthread.php?tid=101805)



[New Feature] Alternate Home Screen With Icons - igotdvds - 2011-05-19

Image

--

Image

--

Image


- Sinvida - 2011-05-19

Wow man, i must say you have outdone yourself. Awesome update!


- igotdvds - 2011-05-19

Sinvida Wrote:Wow man, i must say you have outdone yourself. Awesome update!

Whatcha talkin bout Willis?

You gave me most of the icons, its a team effort. Smile


- Sinvida - 2011-05-19

I know, but i like the implementation of it. Fits the skin well, makes it even more sleek than it already was. Very nice.


RE: [New Feature] Alternate Home Screen With Icons - sharx07 - 2012-10-22

Hi, Any idea how I can make the icons display larger?
Trying my damnest to find it in home.xml but struggling!!!


RE: [New Feature] Alternate Home Screen With Icons - Balinus - 2013-03-13

(2012-10-22, 18:05)sharx07 Wrote: Hi, Any idea how I can make the icons display larger?
Trying my damnest to find it in home.xml but struggling!!!

From line 728 in Home.xml. Change width and height :

Code:
<control type="image">
    <animation effect="slide" start="0,0" end="0,-45" time="100" >Focus</animation>
    <animation effect="slide" start="0,-45" end="0,0" time="100" >UnFocus</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8000)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8001)">Conditional</animation>                    
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8002)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8003)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8004)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8005)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8006)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8007)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8008)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8009)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8010)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8011)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(8015)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(23)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(24)">Conditional</animation>
    <animation effect="fade" start="100" end="30" time="0" condition="Control.HasFocus(25)">Conditional</animation>
    <animation effect="fade" start="100" end="0" time="100" condition="ControlGroup(9001).HasFocus">Conditional</animation>
    <posx>55</posx>
    <posy>75</posy>
    <align>center</align>
    <width>90</width>
    <height>90</height>
    <visible>Skin.HasSetting(AlternateHome)</visible>
    <texture fallback="icons/programsicon.png">$INFO[ListItem.Thumb]</texture>                        
</control>