Center Textview Programmatically Android

[Solved] Center Textview Programmatically Android | Swift - Code Explorer | yomemimo.com
Question : center textview programmatically android

Answered by : fede

yourTextView.setGravity(Gravity.CENTER);

Source : https://stackoverflow.com/questions/12775743/programmatically-center-textview-text/12775909 | Last Update : Sat, 21 Mar 20

Answers related to center textview programmatically android

Code Explorer Popular Question For Swift