summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/browseable/ActivityInstrumentation/_index.jd8
-rw-r--r--samples/browseable/TextLinkify/_index.jd2
2 files changed, 5 insertions, 5 deletions
diff --git a/samples/browseable/ActivityInstrumentation/_index.jd b/samples/browseable/ActivityInstrumentation/_index.jd
index fa6272425..a29a445cc 100644
--- a/samples/browseable/ActivityInstrumentation/_index.jd
+++ b/samples/browseable/ActivityInstrumentation/_index.jd
@@ -5,9 +5,9 @@ page.tags="ActivityInstrumentation"
sample.group=Testing
@jd:body
-<p>This sample demonstrates how to use an
-{@link android.test.InstrumentationTestCase} to test the internal state of an
+<p>This sample demonstrates how to use an
+{@link android.test.InstrumentationTestCase} to test the internal state of an
{@link android.app.Activity}.</p>
-<p>To learn more about using Android's custom testing framework, see
-<a href="{@docRoot}training/activity-testing/index.html">Testing Your
+<p>To learn more about using Android's custom testing framework, see
+<a href="{@docRoot}training/activity-testing/index.html">Testing Your
Android Activity</a>.</p>
diff --git a/samples/browseable/TextLinkify/_index.jd b/samples/browseable/TextLinkify/_index.jd
index 9f3193099..36aa07515 100644
--- a/samples/browseable/TextLinkify/_index.jd
+++ b/samples/browseable/TextLinkify/_index.jd
@@ -8,7 +8,7 @@ sample.group=Views
<p>This sample demonstrates how to add clickable links to a
{@link android.widget.TextView}, by using these techniques:
<ul>
-<li>Setting the {@link android.R.styleable#TextView_autoLink} property
+<li>Setting the {@link android.R.styleable#TextView_autoLink} property
to automatically convert the text to a link.</li>
<li>Parsing a String as HTML</li>
<li>Manually by constructing a {@link android.text.SpannableString}.</li>