We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d2eef commit cc1867bCopy full SHA for cc1867b
samples/browseable/TextLinkify/_index.jd
@@ -8,7 +8,7 @@ sample.group=Views
8
<p>This sample demonstrates how to add clickable links to a
9
{@link android.widget.TextView}, by using these techniques:
10
<ul>
11
-<li>Setting the {@link android.widget.TextView#attr_android:autoLink} property
+<li>Setting the {@link android.R.styleable#TextView_autoLink} property
12
to automatically convert the text to a link.</li>
13
<li>Parsing a String as HTML</li>
14
<li>Manually by constructing a {@link android.text.SpannableString}.</li>
0 commit comments