My graphic designer instructed my team to format a text box with a 1.5 line height.
In CSS, I would express this as:
line-height: 150%;
What is the Android equivalent to the web line-height
property?
Duplicate?
I think that this question is not a duplicate of android textview padding between lines, but rather a narrower question. The other one refers to line spacing in general, and this one refers to proportional, css-like spacing.