I want to make hyperlink "TERMS" and "PRIVACY POLICY" its not working in my case:-
mTermsPPText = (TextView) view.findViewById(R.id.bottom_text);
String value = "<html>By joining you agree to our <font color=\"#3C599F\" ><a href=\"http://www.google.com/\">TERMS</a></font> & <font color=\"#3C599F\" ><a href=\"http://www.google.com/\">PRIVACY POLICY</a></font></html>";
mTermsPPText.setText(value);