diff options
| author | 2015-08-21 23:12:47 +0000 | |
|---|---|---|
| committer | 2015-08-21 23:12:47 +0000 | |
| commit | a4f65ff5e0cd265ef28697dc17f451106a79f90d (patch) | |
| tree | 0170148084645bd93d1b6f59bc32c05acb394d1c | |
| parent | d7cdbd4d812f3d3501c37b7242a7038298c7ee14 (diff) | |
| parent | 41fc973c144287c010d6219ab82f2640ebaff9dc (diff) | |
am 41fc973c: am 251f2479: am dc35d48f: Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs
* commit '41fc973c144287c010d6219ab82f2640ebaff9dc':
docs: changed red to yellow in code snippet
| -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 63eee964ab47..6f9545dac263 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -954,7 +954,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> |