summaryrefslogtreecommitdiffstats
path: root/samples/browseable/TextLinkify
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-10-31 05:45:54 -0700
committerDirk Dougherty <ddougherty@google.com>2013-10-31 17:01:59 +0000
commit2397b75dc47ef2beaa64def2fe7f1c0cb5bba62d (patch)
tree2a6a90737fb50623a0726c73711a474ad62880bf /samples/browseable/TextLinkify
parent3ef2b0f3711df9249ea48ac9cd4b08e663d45f18 (diff)
downloadandroid_development-2397b75dc47ef2beaa64def2fe7f1c0cb5bba62d.tar.gz
android_development-2397b75dc47ef2beaa64def2fe7f1c0cb5bba62d.tar.bz2
android_development-2397b75dc47ef2beaa64def2fe7f1c0cb5bba62d.zip
Fix broken javadoc reference.
Change-Id: I6b39015c340894715b3b24980ca0241a5e8f2a5a (cherry picked from commit cc1867bc5b13507da9e9142d018f8cee3a5d0f08)
Diffstat (limited to 'samples/browseable/TextLinkify')
-rw-r--r--samples/browseable/TextLinkify/_index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/browseable/TextLinkify/_index.jd b/samples/browseable/TextLinkify/_index.jd
index cab17fd21..9f3193099 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.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>