Java ME right to left TextField label
Posted
by Nimrod Shory
on Stack Overflow
See other posts from Stack Overflow
or by Nimrod Shory
Published on 2010-05-23T10:28:01Z
Indexed on
2010/05/23
10:30 UTC
Read the original article
Hit count: 257
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.
© Stack Overflow or respective owner