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 ?
|
feedback
|
|
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 | |||
|
feedback
|
|
You could also make the width of the TextView to wrap its content ("wrap_content") and justify the TextView in its parent Layout. | |||
|
feedback
|