This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hi, i want to ask again about how to make Label wrap text automatic when other Label wrap text on Kony. I just want to make tidy my display.
So, for example i have 2 label:
labelA: abcde
labelB: xyz
labelB is under labelA.
labelA and labelB
And then labelA wrap text become:
"abcde
fgh"
so my display of labelB become "strikethrough" in labelA. My labelB is not wrap text :(
Character wrapping is not supported in native android , it is limitation in native android . The label behavior when we have more character and we do not have enough space(in width) then the characters will get wrap into next line.