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

Commit 61459497 authored by Cheryl Potter's avatar Cheryl Potter Committed by Android Git Automerger
Browse files

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

* commit 'dc35d48f':
  docs: changed red to yellow in code snippet
parents 443ae69b dc35d48f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>