How to set line spacing in a textview in android?
This is really simple in android. TextViews has a property called “lineSpacingExtra” which you can change to set the line spacing. OR you can call textView.setLineSpacing() in the java code itself.
This is really simple in android. TextViews has a property called “lineSpacingExtra” which you can change to set the line spacing. OR you can call textView.setLineSpacing() in the java code itself.