We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
such as css, html 5, etc
The text was updated successfully, but these errors were encountered:
You are only allowed to use HTML syntax with textView like this: textView.setText(Html.fromHtml(" -- HTML goes here --"));
If you want to use CSS, one would need to use WebView (http://developer.android.com/reference/android/webkit/WebView.html), which just renders the data from a website.
Sorry, something went wrong.
yes, You need to use Html.fromHtml() to use HTML in your XML Strings. Simply referencing a String with HTML in your layout XML will not work.
ecobos
No branches or pull requests
such as css, html 5, etc
The text was updated successfully, but these errors were encountered: