Kodi Community Forum
No seperator between Items - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: No seperator between Items (/showthread.php?tid=169052)



No seperator between Items - tomer953 - 2013-07-14

Image

between every Item there is a thik blue line,
when I focus on Item, the Item that locate below him, lose his line, and two lines apeare together.

In the picture above, between 08 and 09 - two lines, between 09-10 there are no seperator.

Yes, I modified the XML of fanart view, and I cause this problem, but I can't figure out why, I Though this is the font size, but I reduce it to normal and nothing, maybe its the RTL align?


RE: No seperator between Items - tomer953 - 2013-07-14

Problem Solved.
Code:
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>30</height>
                    <texture border="7">list-nofocus.png</texture>
                    <include>VisibleFadeEffect</include>
                </control>
height need to be 30, chaning it caused the problem