Kuwame Brown
Kuwame Brown

Reputation: 533

Center the TextView in android?

How to center the TextView in Android?

This is what happens:
left-aligned text

This is what I want:
centered text

Upvotes: 0

Views: 244

Answers (1)

Twobard
Twobard

Reputation: 2583

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

Upvotes: 2

Related Questions