Tagged Questions
32
votes
11answers
40k 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
2answers
913 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 ?