android textview center align text programmatically

Solutions on MaxInterview for android textview center align text programmatically by the best coders in the world

showing results for - "android textview center align text programmatically"
Mira
20 Oct 2017
1yourTextView.setGravity(Gravity.CENTER);