diff options
author | Cheryl Potter <cherylpotter@google.com> | 2015-08-21 23:01:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 23:01:17 +0000 |
commit | 251f24790757cf38bffbd6cec06c6503f99299dd (patch) | |
tree | 2c9f145d8a6d18e59557a031a806a4a7366899fe /docs | |
parent | 852c6178629d3bdcd7d2c958379b0b71539f460f (diff) | |
parent | dc35d48f4fdc2016f900207ebc934e5a57bd9265 (diff) | |
download | frameworks_base-251f24790757cf38bffbd6cec06c6503f99299dd.zip frameworks_base-251f24790757cf38bffbd6cec06c6503f99299dd.tar.gz frameworks_base-251f24790757cf38bffbd6cec06c6503f99299dd.tar.bz2 |
am dc35d48f: Merge "docs: changed red to yellow in code snippet" into mnc-preview-docs
* commit 'dc35d48f4fdc2016f900207ebc934e5a57bd9265':
docs: changed red to yellow in code snippet
Diffstat (limited to '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 b06da56..be3f0b0 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> |