am 251f2479: am dc35d48f: Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs

* commit '251f24790757cf38bffbd6cec06c6503f99299dd':
  docs: changed red to yellow in code snippet
This commit is contained in:
Cheryl Potter
2015-08-21 23:08:00 +00:00
committed by Android Git Automerger

View File

@@ -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>