I have a html string that I want to display in TextView. The html string has css inline style and also css in header. I would li
Android does not support CSS in TextView and has a limited Html markup support. Use WebView instead.