Kodi Community Forum
Reduce footer height - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Reduce footer height (/showthread.php?tid=333616)



Reduce footer height - artfullone - 2018-07-12

Hi guys.

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

Image


RE: Reduce footer height - Klojum - 2018-07-12

@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


RE: Reduce footer height - artfullone - 2018-07-12

(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


RE: Reduce footer height - artfullone - 2018-07-22

Anyone?


RE: Reduce footer height - beatmasterrs - 2018-07-24




RE: Reduce footer height - artfullone - 2018-07-27

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>



RE: Reduce footer height - beatmasterrs - 2018-08-02

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!


RE: Reduce footer height - artfullone - 2018-10-01

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