You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing an Android export of typography styles, the lineheight settings are missing, they appear in the compose version but not in the typography.xml file
lineHeight is also only available after api level 28 - but lineSpacingExtra is available much further back, it requires some maths to figure out that value though
The text was updated successfully, but these errors were encountered:
When doing an Android export of typography styles, the lineheight settings are missing, they appear in the compose version but not in the typography.xml file
lineHeight is also only available after api level 28 - but lineSpacingExtra is available much further back, it requires some maths to figure out that value though
The text was updated successfully, but these errors were encountered: