am 0f2ebe84: am 60737e95: Merge commit \'3943cdc9\' into manualmerge2

* commit '0f2ebe84dab06b23100719383a051d2d36b0e6c0':
  Updated browsable sample descriptions.
This commit is contained in:
quddusc
2014-01-09 21:35:49 +00:00
committed by Android Git Automerger
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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>