I am a UX architect working with a team of Android developers that are mostly junior. We are having issues properly setting line height in Android.
We are using the
Since API 28 we now have lineHeight
If you are using a style don't forget to remove the app:
Or in code
TextView.setLineHeight(@Px int)