No seperator between Items
#1
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?
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#2
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
Phenomenal™ Skin • ForumWebsiteGitHub
Reply

Logout Mark Read Team Forum Stats Members Help
No seperator between Items0