something like
String text = "<html><head>"
+ "<style type="text/css">body{color: #fff; background-color: #000;}"
+ "</style></head>"
+ "<body>"
+ your_string_text_here
+ "</body></html>";
webview1.loadData(text, "text/html", "utf-8");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…