am 60737e95: Merge commit \'3943cdc9\' into manualmerge2
* commit '60737e950718d02f206a9da5928299e28df4e382': Updated browsable sample descriptions.
This commit is contained in:
@@ -5,9 +5,9 @@ page.tags="ActivityInstrumentation"
|
|||||||
sample.group=Testing
|
sample.group=Testing
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>This sample demonstrates how to use an
|
<p>This sample demonstrates how to use an
|
||||||
{@link android.test.InstrumentationTestCase} to test the internal state of an
|
{@link android.test.InstrumentationTestCase} to test the internal state of an
|
||||||
{@link android.app.Activity}.</p>
|
{@link android.app.Activity}.</p>
|
||||||
<p>To learn more about using Android's custom testing framework, see
|
<p>To learn more about using Android's custom testing framework, see
|
||||||
<a href="{@docRoot}training/activity-testing/index.html">Testing Your
|
<a href="{@docRoot}training/activity-testing/index.html">Testing Your
|
||||||
Android Activity</a>.</p>
|
Android Activity</a>.</p>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ sample.group=Views
|
|||||||
<p>This sample demonstrates how to add clickable links to a
|
<p>This sample demonstrates how to add clickable links to a
|
||||||
{@link android.widget.TextView}, by using these techniques:
|
{@link android.widget.TextView}, by using these techniques:
|
||||||
<ul>
|
<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>
|
to automatically convert the text to a link.</li>
|
||||||
<li>Parsing a String as HTML</li>
|
<li>Parsing a String as HTML</li>
|
||||||
<li>Manually by constructing a {@link android.text.SpannableString}.</li>
|
<li>Manually by constructing a {@link android.text.SpannableString}.</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user