Did you try the gravity attribute on the TextView ?
android:gravity="center"
And make sure to use android:gravity and not android:layout_gravity.
Did you try the gravity attribute on the TextView ?
android:gravity="center"
And make sure to use android:gravity and not android:layout_gravity.