In my app screen, i want to show Heading as horizontally center. I tried with below layout xml codes
android:gravity controls the appearance within the TextView. So if you had two lines of text they would be centered within the bounds of the TextView. Try android:layout_centerHorizontal="true".
android:gravity
android:layout_centerHorizontal="true"