Guest User

Untitled

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (Build.VERSION.SDK_INT >= 24)
  2. {
  3. textView.setText(Html.fromHtml(htmlString , Html.FROM_HTML_MODE_LEGACY)));
  4.  
  5. }
  6. else
  7. {
  8. textView.setText(Html.fromHtml(htmlString));
  9. }
  10.  
  11. Html.fromHtml(String).toString();
Add Comment
Please, Sign In to add comment