Android TextView Center Wyrównaj tekst programowo

yourTextView.setGravity(Gravity.CENTER);
Fedeboss