I have a problem with the Font Color for the Website link in an Android App. Please see the code below:
Email.setText(Html.fromHtml("W : "+"<u>" +Email1+ "</u>"));
Can i change the Font Color for Underlined Email1 Text without changing the W : Color?
Is there any HTML Tags can be used inside "<u>" +Email1+ "</u>" to change the Font Color. Please help me with your ideas/code. Thanks in advance.
You can dothis
Use color code what you want.