summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCheryl Potter <cherylpotter@google.com>2015-08-12 16:59:46 -0700
committerCheryl Potter <cherylpotter@google.com>2015-08-12 16:59:46 -0700
commit09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6 (patch)
treed2d5e7332a49fffc80386536415fe0d7f33c0c93 /docs
parent72c1f222a172ef314d7fadb715c327ce781c2751 (diff)
downloadframeworks_base-09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6.zip
frameworks_base-09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6.tar.gz
frameworks_base-09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6.tar.bz2
docs: changed red to yellow in code snippet
/b22530949 Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e
Diffstat (limited to 'docs')
-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 b06da56..be3f0b0 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -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>