Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs

This commit is contained in:
Cheryl Potter
2015-08-21 22:51:30 +00:00
committed by Android (Google) Code Review

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