Issue
I have a TextView which displays a long text. I want to give some space between lines like in CSS with line-height property. How can I do it?
Solution
You can use lineSpacingExtra
and lineSpacingMultiplier
in your XML file.
Answered By - Romain Guy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.