How to properly set line height for Android?

前端 未结 6 1331
礼貌的吻别
礼貌的吻别 2020-12-13 03:37

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

6条回答
  •  北海茫月
    2020-12-13 04:13

    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)
    

提交回复
热议问题