<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/**yourtextstring**"
/>
set the 'gravity' attribute center_horizontal and center_vertical
yourTextView.setGravity(Gravity.CENTER);