I am confusing about android:letterSpacing
attribute. Here https://material.io/design/typography/the-type-system.html#type-scale says that Body1 has letter spacing 0.25px , but in source code it shows 0.0178571429
If i need letter spacing 0.25px (or 0.15px or any other) what value should i use (or how can i calculate right value?)?
<item name="android:letterSpacing">0.0178571429</item>
or
<item name="android:letterSpacing">0.25</item>