Android TextView Center richten Text programmatisch aus
yourTextView.setGravity(Gravity.CENTER);
Fedeboss
yourTextView.setGravity(Gravity.CENTER);