I\'m creating a custom view programmatically that is displaying text that is parsed from an XML file. The text is long and contains the \"/n\" character for force line brea
I just Use This and now its Work fine for me
message =message.replace("\n","\r\\n");