How to properly set line height for Android?

前端 未结 6 1332
礼貌的吻别
礼貌的吻别 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 03:57

    lineHeight = height * multiplier + extra
    

    So if you set multiplier = 0 then you can get line-height to be the same as an extra.

    
    

提交回复
热议问题