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
While still not complete justified text, you can now balance line lengths using android:breakStrategy="balanced" from API 23 onwards
android:breakStrategy="balanced"
http://developer.android.com/reference/android/widget/TextView.html#attr_android:breakStrategy