Hi All,
I want to add a new LabelField(String label, long style) but if I use Field.FIELD_HCENTER as my style then I get the following alignment.
|---- This text is horizontally aligned but in ----|
|---- a block.
But what I want is;
|---- This text is horizontally aligned and ----|
|------- independently so for each line --------|
Is this simple to achieve? I can't find the field constant to get this to work for me.
Thanks in advance,
Gav