How to increase the spacing between lines in a textview.?

android

Solution

from code you can use `textView.setLineSpacing()` or from xml you can use `android:lineSpacingExtra`

Problem

Possible Duplicate: Is it possible to style the android fonts styles with leading and tracking? How to increase the spacing between lines in a textview in android?

Original source

Related problems