This commit is contained in:
Benoit Marty 2021-06-15 11:18:01 +02:00
parent 7de5111070
commit f1a1f07a7b
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Doc: https://medium.com/androiddevelopers/whats-your-text-s-appearance-f3a1729192d -->
<!-- Doc: https://medium.com/androiddevelopers/whats-your-text-s-appearance-f3a1729192d
List of supported attributes for a TextAppearance:
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/attrs.xml#4723-->
<style name="VectorTextAppearanceTitle" parent="TextAppearance.MaterialComponents.Headline3">
<item name="fontFamily">sans-serif</item>