I'm experimenting with anko and while anko is great, I can't find two TextView attributes textStyle and lineSpacingExtra. Any ideas how to implement them?
You can use
setLineSpacing()
Yeah setLineSpacing() does it for the line height.
Personally for me setting typeface instead of textStyle worked great. This question StackOverflow may be useful: http://stackoverflow.com/questions/7919173/android-set-textview-textstyle-programmatically
Most helpful comment
Personally for me setting
typefaceinstead oftextStyleworked great. This question StackOverflow may be useful: http://stackoverflow.com/questions/7919173/android-set-textview-textstyle-programmatically