Remove Unwanted Spacing Between Lines In Textview
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
Solution 1:
I think you could use a negative value in android:lineSpacingExtra
Post a Comment for "Remove Unwanted Spacing Between Lines In Textview"