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
Android Text Justify For TextView XML
Simply android text-justify using in XML. You can simply implement in textview widget.
Default is android:justificationMode="none"
android:justificationMode="none"