diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2011-01-05 11:13:40 -0800 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@android.com> | 2011-01-05 13:07:34 -0800 |
commit | 69ea4e15e52c456537575d21443ac1efdb03a902 (patch) | |
tree | cc6af2500033ae9d0b50a7fe5a20d5cbefb256c6 /docs/html/guide | |
parent | 8d98aebe286be0ca963232afce3d5ceec67d3d7a (diff) | |
download | frameworks_base-69ea4e15e52c456537575d21443ac1efdb03a902.zip frameworks_base-69ea4e15e52c456537575d21443ac1efdb03a902.tar.gz frameworks_base-69ea4e15e52c456537575d21443ac1efdb03a902.tar.bz2 |
Documentation fixes found over vacation hacking.
Change-Id: I28900026465d66d950cf4f05f0c202b46c3c2d43
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/appendix/faq/commontasks.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd index 38a89ef..b3dc236 100644 --- a/docs/html/guide/appendix/faq/commontasks.jd +++ b/docs/html/guide/appendix/faq/commontasks.jd @@ -655,7 +655,7 @@ and the {@link android.os.Handler} documentation.</p> and <code>STRIKE</code> (strikethrough). So, for example, in res/values/strings.xml you could declare this:<br /> <code><resource><br /> - <string>id="@+id/styled_welcome_message">We + <string id="@+id/styled_welcome_message">We are <b><i>so</i></b> glad to see you.</string><br /> </resources></code></li> <li>To style text on the fly, or to add highlighting or more complex styling, |