TextView underline, partial text and respond to click events (spannablestring)

Source: Internet
Author: User

TextView Useinfo = (TextView) Findviewbyid (R.ID. info); Useinfo.settext ("At the beginning, you agree to abide by"); String url_0_text ="User Agreement and Privacy policy"; Spannablestring spstr =Newspannablestring (url_0_text); Spstr.setspan (NewClickablespan () {@Override Public voidupdatedrawstate (textpaint ds) {super.updatedrawstate (DS);       Ds.setcolor (Color.White); //Set File ColorDs.setunderlinetext (true);//Set Underline} @Override Public voidOnClick (View widget) {log.d ("","Ontextclick ....."); }        }, 0, Url_0_text.length (), spanned.span_exclusive_exclusive); Useinfo.sethighlightcolor (color.transparent); //set the color after the click is transparent, otherwise it will always appear highlighteduseinfo.append (spstr); Useinfo.setmovementmethod (Linkmovementmethod.getinstance ());//start Responding to click events

TextView underline, partial text and respond to click events (spannablestring)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.