Closed k2wanko closed 8 years ago
That it is the following code will be broken style.
textView.setText(Html.fromHtml(stringHtml)); textView.setMovementMethod(LinkMovementMethod.getInstance()); LinkBuilder.on(textView) .addLink(new Link(Patterns.WEB_URL).setTextColor(color).setOnClickListener(webLinkListener)) .build();
I have a correction. 978d0f6a7ab7964f27151e2635a05445ff985784
Looks good to me. Create a pull request and I will merge it.
@klinker24 Please review. #31
Thanks for the help :)
That it is the following code will be broken style.
I have a correction. 978d0f6a7ab7964f27151e2635a05445ff985784