diff options
| author | 2015-08-21 22:51:30 +0000 | |
|---|---|---|
| committer | 2015-08-21 22:51:30 +0000 | |
| commit | dc35d48f4fdc2016f900207ebc934e5a57bd9265 (patch) | |
| tree | 4d2af2a2a53e8d615c3977fed101fb42b7b0ba5c | |
| parent | 5389f46ce4245a6a0cfc931160ea13dab17f6590 (diff) | |
| parent | 09e9ba3861b3ca92eeaa7e2f50f93b439a326bd6 (diff) | |
Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs
| -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> |