0

How to center the TextView in Android?

This is what happens:
left-aligned text

This is what I want:
centered text

1 Answer 1

2

add the following to your textview layout: gravity="center_horizontal"

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.