Answers for "android set text alignment programmatically"

CSS
0

center textview programmatically android

yourTextView.setGravity(Gravity.CENTER);
Posted by: Guest on March-14-2020

Code answers related to "android set text alignment programmatically"

Browse Popular Code Answers by Language