set Line Spacing Extra
View.setLineSpacing(...) takes a float for extra spacing but it's treated as pixels so seems to make more sense to use an int here and mark it as a dimension
View.setLineSpacing(...) takes a float for extra spacing but it's treated as pixels so seems to make more sense to use an int here and mark it as a dimension