docs: changed red to yellow in code snippet

/b22530949

Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e
This commit is contained in:
Cheryl Potter
2015-08-12 16:59:46 -07:00
parent 72c1f222a1
commit 09e9ba3861

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>