Kodi Community Forum

Full Version: Reduce footer height
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.

Can anyone point me in the right direction as to what file I need to edit to reduce the footer height.

Image
@artfullone

Please note that the Kodi forum has a maximum of 4 text lines as a forum rule.
So, get creative with displaying your signature horizontally. Smile
(2018-07-12, 16:38)Klojum Wrote: [ -> ]@artfullone

Please note that the Kodi forum has a maximum of 4 text lines as a forum rule.
So, get creative with displaying your signature horizontally. Smile

Done
Anyone?
Hi.

Includes_Header.xml doesn't exist but Includes_Home.xml does.

But the below changes didn't change the footer height.

xml:

        <!-- Home Row -->
        <control type="group">

            <animation effect="slide" start="0" end="0,250" time="150" condition="!Skin.HasSetting(home.classicwidgets) + [Control.HasFocus(301)]">Conditional</animation>
            <animation effect="slide" start="0" end="0,250" time="150">WindowClose</animation>
            <animation effect="slide" end="0" start="0,250" time="150">WindowOpen</animation>
            <control type="image" description="BottomBG">
                <width>100%</width>
                <height>120</height>
                <bottom>0</bottom>
                <aspectratio aligny="bottom">scale</aspectratio>
                <texture colordiffuse="Background">common/bg.jpg</texture>
                <animation effect="fade" start="100" end="75" time="200" condition="true">Conditional</animation>
            </control>
            <control type="image" description="FanartOverlay">
                <width>100%</width>
                <height>120</height>
                <bottom>0</bottom>
                <aspectratio aligny="bottom">scale</aspectratio>
                <texture colordiffuse="FloorFade">common/floor.png</texture>
            </control>
First, do backup copies!
Ok, to reduce the footer height open in Artic Zephyr, ver. 2.3.13:

---------

includes_home.xml,

line 1302
xml:
<top>948</top>
(moves the noicon-menu vertically)(

lines 622, 630 and 630
xml:
<height>220</height>
(changes the Background height)

lines 644 an 653
xml:
<top>962</top>
(moves the arrows vertically)

-----------

to change verticaly Position of Clock, open:

includes_furniture.xml,

line 1108
xml:
<centerbottom>NavBarPad</centerbottom>
(moves the clock vertically)

-----------

to change verticaly Position of submenu, open:

includes_home.xml,

line 714
xml:
<posy>460</posy>
(moves the submenuvertically)


Change the values ​​as you like, save the file an reload your Skin!
Hi.

The lowering of the menu strip works with its shadows and sub menus.

But not the lowering of the arrows and the clock as there is no code referencing <centerbottom>NavBarPad</centerbottom>

I appriciate any further help you can provide.

Image

Image