Skip to content

Commit cc1867b

Browse files
committed
Fix broken javadoc reference.
Change-Id: I6b39015c340894715b3b24980ca0241a5e8f2a5a
1 parent 11d2eef commit cc1867b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/browseable/TextLinkify/_index.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sample.group=Views
88
<p>This sample demonstrates how to add clickable links to a
99
{@link android.widget.TextView}, by using these techniques:
1010
<ul>
11-
<li>Setting the {@link android.widget.TextView#attr_android:autoLink} property
11+
<li>Setting the {@link android.R.styleable#TextView_autoLink} property
1212
to automatically convert the text to a link.</li>
1313
<li>Parsing a String as HTML</li>
1414
<li>Manually by constructing a {@link android.text.SpannableString}.</li>

0 commit comments

Comments
 (0)