Skip to content

Commit

Permalink
Merge pull request #31 from Telefonica/apps/override-material-letter-…
Browse files Browse the repository at this point in the history
…spacing

Fix letter spacing to 0.0
  • Loading branch information
nimeacuerdo authored Nov 24, 2020
2 parents a06a7d8 + 5628e04 commit 6c0a6ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/src/main/res/values/styles_fonts.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="AppTheme.TextAppearance" parent="TextAppearance.AppCompat" />
<style name="AppTheme.TextAppearance" parent="TextAppearance.AppCompat" >
<item name="android:letterSpacing">0.0</item>
</style>

<style name="AppTheme.TextAppearance.Preset1">
<item name="android:textSize">32sp</item>
Expand Down

0 comments on commit 6c0a6ce

Please sign in to comment.