Show Kodi Logo
#1
Hi. Love this skin. Is it possible to show the Kodi logo in the top left corner? Thanks.
Reply
#2
Not without modding the skin. I used to show it at the top of the side menu, but took it out. It's now only on the system info window.

Sent from my Nexus 6
Reply
#3
Thanks for your quick reply. Could you give me direction as to modding the skin? Would it be in relation to adding something to an xml file?
Reply
#4
Here's the code I'm using now to display the logo in SettingsSystemInfo.xml. Where do you want to place it? I'm not sure I see where it will fit.

Code:
<control type="image">
                <description>LOGO</description>
                <left>82</left>
                <top>760</top>
                <width>356</width>
                <height>70</height>
                <aspectratio>keep</aspectratio>
                <texture>logo.png</texture>
                <colordiffuse>$VAR[ColorHighlightVar]</colordiffuse>
</control>
Reply
#5
Anywhere on the main screen would be great. Thanks.
Reply
#6
Will the logo overwritten if you push an update?
Reply
#7
(2016-04-19, 17:07)cat2115 Wrote: Will the logo overwritten if you push an update?
Yes, it would need to be reapplied after every update.

Sent from my Nexus 6
Reply

Logout Mark Read Team Forum Stats Members Help
Show Kodi Logo0