diff options
| -rw-r--r-- | core/res/res/values/attrs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 4cf5e8bdcb95..3143b034548f 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -4401,7 +4401,7 @@ <attr name="textStyle" /> <!-- Typeface (normal, sans, serif, monospace) for the text. --> <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" /> <!-- Color of the text selection highlight. --> <attr name="textColorHighlight" /> @@ -4484,7 +4484,7 @@ <attr name="typeface" /> <!-- Style (bold, italic, bolditalic) for the text. --> <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" /> <!-- Text color for links. --> <attr name="textColorLink" /> |