diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-10-31 05:45:54 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-10-31 05:45:54 -0700 |
commit | cc1867bc5b13507da9e9142d018f8cee3a5d0f08 (patch) | |
tree | aa7cbff14c262864a5d070492a71f9c2989dcb05 /samples/browseable/TextLinkify | |
parent | 11d2eef36fc495bc842e3601cb90ba66f3243527 (diff) | |
download | android_development-cc1867bc5b13507da9e9142d018f8cee3a5d0f08.tar.gz android_development-cc1867bc5b13507da9e9142d018f8cee3a5d0f08.tar.bz2 android_development-cc1867bc5b13507da9e9142d018f8cee3a5d0f08.zip |
Fix broken javadoc reference.
Change-Id: I6b39015c340894715b3b24980ca0241a5e8f2a5a
Diffstat (limited to 'samples/browseable/TextLinkify')
-rw-r--r-- | samples/browseable/TextLinkify/_index.jd | 2 |
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> |