Reputation: 533
How to center the TextView in Android?
This is what happens:
This is what I want:
Upvotes: 0
Views: 244
Reputation: 2583
add the following to your textview layout: gravity="center_horizontal"
Upvotes: 2