OSDN Git Service

docs: changed red to yellow in code snippet
authorCheryl Potter <cherylpotter@google.com>
Wed, 12 Aug 2015 23:59:46 +0000 (16:59 -0700)
committerCheryl Potter <cherylpotter@google.com>
Wed, 12 Aug 2015 23:59:46 +0000 (16:59 -0700)
/b22530949

Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e

docs/html/guide/topics/resources/providing-resources.jd

index b06da56..be3f0b0 100644 (file)
@@ -938,7 +938,7 @@ same way. For example, a color:</p>
 &lt;?xml version="1.0" encoding="utf-8"?>
 &lt;resources>
     &lt;color name="yellow">#f00&lt;/color>
-    &lt;color name="highlight">@color/red&lt;/color>
+    &lt;color name="highlight">@color/yellow&lt;/color>
 &lt;/resources>
 </pre>