Tagged Questions

29
votes
11answers
37k views

Android TextView Justify Text

How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)? I found a possible solution here, but it does not work (even if you change vertical-center ...
1
vote
1answer
221 views

Right justify text in AlertDialog

I have been trying to alter my AlertDialog so that it will show the text right justified (for Hebrew). With inazaruk's help here: Right justify text in AlertDialog I managed to get the dialog showing ...
1
vote
2answers
829 views

Does anybody know how to justify a textview content in a ANDROID layout?

I have been playing with android:gravity attribut but still cannot make my text content justify in the textview. Does anybody know if it is supported ? Is there a way ? Anybody succeeded ?
0
votes
1answer
475 views

Right justify text in AlertDialog

Is it possible to right-justify the text in an AlertDialog's title and message? I am showing Hebrew messages but they are showing up left justified.