Java ME right to left TextField label
- by Nimrod Shory
Hello,
I'm writing a Java ME app and i need the label for the text field to be right aligned..
I've tried setting the layout of the TextField to Item.RIGHT but it doesn't seem to affect anything when running on my test phone (Nokia E71).
The text inside the TextField is right aligned and Lists and such items are desplayed correctly (RTL aligned) but the TextField label isn't.
Any ideas?
Thanks.