I need to justify some text (RTL), which is a string (S1
) from the server. But a TextView
can\'t justify text, so I have to use a WebView
]]>")); tv.setBackgroundColor(Color.TRANSPARENT); tv.loadData(youtContentStr, "text/html", "utf-8");`