Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18fe07bb authored by Clara Bayarri's avatar Clara Bayarri
Browse files

Correct fontFamily attr docs to mention resources

Test: none
Change-Id: I8131d486779a340a331497f237ef7a3fc7420e94
parent 262eddad
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4401,7 +4401,7 @@
        <attr name="textStyle" />
        <attr name="textStyle" />
        <!-- Typeface (normal, sans, serif, monospace) for the text. -->
        <!-- Typeface (normal, sans, serif, monospace) for the text. -->
        <attr name="typeface" />
        <attr name="typeface" />
        <!-- Font family (named by string) for the text. -->
        <!-- Font family (named by string or as a font resource reference) for the text. -->
        <attr name="fontFamily" />
        <attr name="fontFamily" />
        <!-- Color of the text selection highlight. -->
        <!-- Color of the text selection highlight. -->
        <attr name="textColorHighlight" />
        <attr name="textColorHighlight" />
@@ -4484,7 +4484,7 @@
        <attr name="typeface" />
        <attr name="typeface" />
        <!-- Style (bold, italic, bolditalic) for the text. -->
        <!-- Style (bold, italic, bolditalic) for the text. -->
        <attr name="textStyle" />
        <attr name="textStyle" />
        <!-- Font family (named by string) for the text. -->
        <!-- Font family (named by string or as a font resource reference) for the text. -->
        <attr name="fontFamily" />
        <attr name="fontFamily" />
        <!-- Text color for links. -->
        <!-- Text color for links. -->
        <attr name="textColorLink" />
        <attr name="textColorLink" />