Hi to all! I have a label, and i want to set a part of text in left alignment, and 2nd part of text in right alignment. I tried to use CSBuilder, but i don't know why right alignment doesnt work. Any tips? Thanks
B4X:
Dim cs As CSBuilder : cs.initialize
cs.Typeface(Utils.SansLight).Alignment("ALIGN_NORMAL").Color(Utils.Black).Append(Utils.loc.Localize("utils2")).PopAll
cs.Typeface(Utils.SansSemibold).Alignment("ALIGN_OPPOSITE").Color(Utils.Azzurro).Append("AkunaMatata..").PopAll
lblRete.Text = cs