Kodi Community Forum
Add-on pages look bad. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Add-on pages look bad. (/showthread.php?tid=131125)



Add-on pages look bad. - slinuxgeek - 2012-05-09

In my skin, some Add-on specific pages look so bad(font wise) and page contents are scattered.
How can I solve the issue?

Probably I need to tell xbmc some how to use specific font by default(may be wrong) !!
If so how?

For example when I click on "Edit" below "Show RSS news feeds" radio button in "Appearance Settings -> Skin"
I get a window whose xml file is
/home/slinuxgeek/.xbmc/addons/script.rss.editor/resources/skins/default/720p/script-RSS_Editor-rssEditor.xml

The window looks good in other skins but bad in my skin.

Also the window looks very native to the currently selected skin, as it were integral part of the skin.
I don't understand how is it possible, perhaps I am missing something... but I don't know what
Please help.

Thank you.


RE: Add-on pages look bad. - Hitcher - 2012-05-09

Copy script-RSS_Editor-rssEditor.xml to your skin's relevant XML folder and edit it to suit your skin.


RE: Add-on pages look bad. - slinuxgeek - 2012-05-10

1. Do I also need to do same for "script-RSS_Editor-setEditor.xml" ?
2. And after doing that it will be opening from my folder?





RE: Add-on pages look bad. - Hitcher - 2012-05-10

1. If you want it to look different, then yes.
2. Yes.


RE: Add-on pages look bad. - slinuxgeek - 2012-05-10

Thank You.