Remove unwanted spacing between lines in TextView

android, textview

Solution

I think you could use a negative value in `android:lineSpacingExtra`

Problem

I have a textview which I use custom font on. The textview is multiline... The problem is that there's big space between each line to the other line. Is there a way to decrease the spacing between lines? android:lineSpacingExtra Isn't help me, As I need the opposite thing

Original source