문제

Hi i just have an EditField instance that i created this way:

EditField editField = new EditField("Name", "");

But it shows that there is no space between the label "Name" and the edit Field (fill form). I want to define a specific space between them but i wonder how to do it.

도움이 되었습니까?

해결책

just give how much space u want in "name" as "name " like this

EditField editField = new EditField("Name     : ", "");
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top