diff options
Diffstat (limited to 'docs/html/guide/appendix/faq/commontasks.jd')
-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, |