summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cheryl Potter <cherylpotter@google.com> 2015-08-21 23:12:47 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-08-21 23:12:47 +0000
commita4f65ff5e0cd265ef28697dc17f451106a79f90d (patch)
tree0170148084645bd93d1b6f59bc32c05acb394d1c
parentd7cdbd4d812f3d3501c37b7242a7038298c7ee14 (diff)
parent41fc973c144287c010d6219ab82f2640ebaff9dc (diff)
am 41fc973c: am 251f2479: am dc35d48f: Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs
* commit '41fc973c144287c010d6219ab82f2640ebaff9dc': docs: changed red to yellow in code snippet
-rw-r--r--docs/html/guide/topics/resources/providing-resources.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd
index 63eee964ab47..6f9545dac263 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -954,7 +954,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>