Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09e9ba38 authored by Cheryl Potter's avatar Cheryl Potter
Browse files

docs: changed red to yellow in code snippet

/b22530949

Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e
parent 72c1f222
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>