diff options
| author | 2015-08-12 16:59:46 -0700 | |
|---|---|---|
| committer | 2015-08-12 16:59:46 -0700 | |
| commit | 09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6 (patch) | |
| tree | d2d5e7332a49fffc80386536415fe0d7f33c0c93 | |
| parent | 72c1f222a172ef314d7fadb715c327ce781c2751 (diff) | |
docs: changed red to yellow in code snippet
/b22530949
Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e
| -rw-r--r-- | docs/html/guide/topics/resources/providing-resources.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index b06da5643f86..be3f0b0b31f1 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -938,7 +938,7 @@ same way. For example, a color:</p> <?xml version="1.0" encoding="utf-8"?> <resources> <color name="yellow">#f00</color> - <color name="highlight">@color/red</color> + <color name="highlight">@color/yellow</color> </resources> </pre> |