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
I think you could use a negative value in android:lineSpacingExtra
Adding a negative value for android:lineSpacingExtra
didn't do anything for me.
Instead I just put any value less than 1.0 for android:lineSpacingMultiplier
i.e. android:lineSpacingMultiplier="0.7"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With