Text Overlapping In Android Text View
I am facing a strange behavior of text view. When the text view has multiple lines, the lines are overlapping on each other. I tried to solve it but didn't get any clue yet. Here i
Solution 1:
You will need to adjust your line spacing to accommodate the odd custom font, such as android:lineSpacingExtra
on your TextView
.
Post a Comment for "Text Overlapping In Android Text View"