diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2011-01-05 14:04:06 -0800 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@android.com> | 2011-01-05 14:04:06 -0800 |
commit | 70588bf864f961974c93aace7586d3e2773a54a8 (patch) | |
tree | 96f20ead5d33bef526758486ffb3e5cbd08c8049 /docs/html | |
parent | e0f9552cc13b51bf82bc0002f294f197dceb0386 (diff) | |
parent | 3a2c6bf0fcae9421cccf113ff972df7aaeb6d3e9 (diff) | |
download | frameworks_base-70588bf864f961974c93aace7586d3e2773a54a8.zip frameworks_base-70588bf864f961974c93aace7586d3e2773a54a8.tar.gz frameworks_base-70588bf864f961974c93aace7586d3e2773a54a8.tar.bz2 |
resolved conflicts for merge of 3a2c6bf0 to master
Change-Id: I1963d8fc391bb84de1054f2b20ce4e082d764cbe
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/appendix/faq/commontasks.jd | 2 | ||||
-rw-r--r-- | docs/html/resources/articles/contacts.jd | 2 | ||||
-rw-r--r-- | docs/html/resources/faq/commontasks.jd | 2 |
3 files changed, 3 insertions, 3 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, diff --git a/docs/html/resources/articles/contacts.jd b/docs/html/resources/articles/contacts.jd index bdf84e6..c837dc3 100644 --- a/docs/html/resources/articles/contacts.jd +++ b/docs/html/resources/articles/contacts.jd @@ -107,7 +107,7 @@ disable aggregation altogether, as described in the sections below.</p> <p>When a raw contact is added or modified, the system looks for matching (overlapping) raw contacts with which to aggregate it. It may not find any matching raw contacts, in which case it will create an aggregate contact that -contains just the original raw contact. If it finds a single match,it creates a +contains just the original raw contact. If it finds a single match, it creates a new contact that contains the two raw contacts. And it may even find multiple similar raw contacts, in which case it chooses the closest match. </p> diff --git a/docs/html/resources/faq/commontasks.jd b/docs/html/resources/faq/commontasks.jd index 9c32e9c..1173725 100644 --- a/docs/html/resources/faq/commontasks.jd +++ b/docs/html/resources/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, |