OSDN Git Service

Fix bold italic docs
authorClara Bayarri <clarabayarri@google.com>
Tue, 19 Dec 2017 13:17:49 +0000 (13:17 +0000)
committerClara Bayarri <clarabayarri@google.com>
Tue, 19 Dec 2017 13:17:49 +0000 (13:17 +0000)
Bug: 68971062
Test: none, just docs
Change-Id: I101b0bcd41d0b38218a56204b46413458bf786a2

core/res/res/values/attrs.xml

index 567de1e..64febf1 100644 (file)
         <attr name="textColor" />
         <!-- Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). -->
         <attr name="textSize" />
-        <!-- Style (bold, italic, bolditalic) for the text. -->
+        <!-- Style (normal, bold, italic, bold|italic) for the text. -->
         <attr name="textStyle" />
         <!-- Typeface (normal, sans, serif, monospace) for the text. -->
         <attr name="typeface" />
         <attr name="textScaleX" format="float" />
         <!-- Typeface (normal, sans, serif, monospace) for the text. -->
         <attr name="typeface" />
-        <!-- Style (bold, italic, bolditalic) for the text. -->
+        <!-- Style (normal, bold, italic, bold|italic) for the text. -->
         <attr name="textStyle" />
         <!-- Font family (named by string or as a font resource reference) for the text. -->
         <attr name="fontFamily" />