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
Try using < RelativeLayout > (making sure to fill_parent), then just add android:layout_alignParentLeft="true" and
RelativeLayout >
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true" to the elements you would like on the outside LEFT & RIGHT.
android:layout_alignParentRight="true"
BLAM, justified!