[Android] How to Center TextView Text

Tadashi Shigeoka ·  Tue, June 4, 2013

I’ll introduce how to center TextView text in Android app development.

Android

Specify android:gravity=“center_horizontal” for TextView.


That’s how it’s done.

That’s all from the Gemba.