[Android] How to Center TextView Text
I’ll introduce how to center TextView text in Android app development.
Specify android:gravity=“center_horizontal” for TextView.
That’s how it’s done.
That’s all from the Gemba.