Re: [android-developers] Creating active html links in a dialog
The link is anchored type - <a href="http://www.google.com">xxx</a>
As i wrote earlier - the text is in blue and underlined.
i'm actually calling the following - after the dialog.show()
Linkify.addLinks(textView1, Linkify.ALL);
textView1.setMovementMethod(LinkMovementMethod.getInstance());
There's only 1 link in the string.
On Tuesday, August 13, 2013 1:50:11 PM UTC-4, TreKing wrote:
-- As i wrote earlier - the text is in blue and underlined.
i'm actually calling the following - after the dialog.show()
Linkify.addLinks(textView1, Linkify.ALL);
textView1.setMovementMethod(LinkMovementMethod.getInstance());
There's only 1 link in the string.
On Tuesday, August 13, 2013 1:50:11 PM UTC-4, TreKing wrote:
What kind of URLs are they? Anchored (like "<a href="foo.com">text</a>") or not (like "http://www.foo.com") ?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home