diff options
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> |