diff options
| author | Elliott Hughes <enh@google.com> | 2014-09-08 18:51:22 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-08 18:51:22 +0000 |
| commit | 2008cff73bbc816f867dac0cd057899bed714356 (patch) | |
| tree | 962cb0cb018d282b19e685ab80314e785e9665ce /docs/html/guide/faq | |
| parent | 7c931e2e4b3e9bea0f4d9b942e28864adfe00887 (diff) | |
| parent | ab94a1676e6280f1b6d83e0f8b02849ff62faf4f (diff) | |
| download | frameworks_base-2008cff73bbc816f867dac0cd057899bed714356.zip frameworks_base-2008cff73bbc816f867dac0cd057899bed714356.tar.gz frameworks_base-2008cff73bbc816f867dac0cd057899bed714356.tar.bz2 | |
am ab94a167: Merge "Small documentation fixes across many files."
* commit 'ab94a1676e6280f1b6d83e0f8b02849ff62faf4f':
Small documentation fixes across many files.
Diffstat (limited to 'docs/html/guide/faq')
| -rw-r--r-- | docs/html/guide/faq/commontasks.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/faq/commontasks.jd b/docs/html/guide/faq/commontasks.jd index 086721f..2943aef 100644 --- a/docs/html/guide/faq/commontasks.jd +++ b/docs/html/guide/faq/commontasks.jd @@ -653,7 +653,7 @@ and the {@link android.os.Handler} documentation.</p> <p>You can highlight or style the formatting of strings or substrings of text in a TextView object. There are two ways to do this:</p> <ul> - <li>If you use a <a href="{@docRoot}guide/topics/resources/available-resources.html#stringresources">string resource</a>, + <li>If you use a <a href="{@docRoot}guide/topics/resources/string-resource.html">string resource</a>, you can add some simple styling, such as bold or italic using HTML notation. The currently supported tags are: <code>B</code> (bold), <code>I</code> (italic), <code>U</code> (underline), @@ -661,8 +661,8 @@ and the {@link android.os.Handler} documentation.</p> <code>SUP</code> (superscript), <code>SUB</code> (subscript), 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 + <code><resources><br /> + <string name="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, |
