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 ?

link|improve this question

64% accept rate
feedback

2 Answers

It would appear that Android does not support full Justification. :(

The best you can achieve is Left or Right Justification.

http://stackoverflow.com/questions/1292575/android-textview-justify-text

link|improve this answer
feedback

You could also make the width of the TextView to wrap its content ("wrap_content") and justify the TextView in its parent Layout.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.