문제

On Nexus S, Android 2.3.3 A little empty square appear at the end of every resources on the page.
The resources come from a .resx file in Visual Studio 2010.
I verified, there is no empty space at the end or line break.
Anyone have an idea why ?

도움이 되었습니까?

해결책

There was a <br> after the resource in the markup.
Make sur to keep the resource and markup on the same line.

Good

<%= Resources.ResourceName %><br>

Bad

<%= Resources.ResourceName %>
<br>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top