I have a TextView
with about 10 rows. I want to have the lines more separated from each other. I can't seem to find an attribute for doing that. I tried with: android:includeFontPadding="true"
but the text got all weird like stretched or something. Is there any attribute that I don't know about to do that?
Thanks in advance.