am d036ed77: am 6d63d11e: am cc1867bc: Fix broken javadoc reference.

* commit 'd036ed771d48819f711707d87757170ceaf77be7':
  Fix broken javadoc reference.
This commit is contained in:
Dirk Dougherty
2014-01-09 21:35:45 +00:00
committed by Android Git Automerger

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.widget.TextView#attr_android: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>