2018-03-01, 09:38
Hello.
I'm moding this skin and I want to remove this Kodi logo and replace it by the name of my mod
But I didn't find any XML file to do it. I have looked into SettingsCategory.xml and decompress Textures.xbt to look for this png but found nothing.
Thanks.
EDIT : Found it. It's not a png it's text
In SettingsCategory.xml
I'm moding this skin and I want to remove this Kodi logo and replace it by the name of my mod
But I didn't find any XML file to do it. I have looked into SettingsCategory.xml and decompress Textures.xbt to look for this png but found nothing.
Thanks.
EDIT : Found it. It's not a png it's text
In SettingsCategory.xml
Code:
<control type="label">
<posx>87</posx>
<posy>120</posy>
<width>321</width>
<height>61</height>
<font>MainMenuVertical</font>
<align>center</align>
<label>$LOCALIZE[31022]</label>
</control>