How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)?
TextView
I found a possible solution here, but it do
You have to set
android:layout_height="wrap_content"
and
android:layout_centerInParent="true"