Use RelativeLayout as the parent layout for textView
and use the xml proeprties of TextView like:
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
other prpertioes are also avialble to set the alignment and postion.
This link may help you too.