Skip to content

Instantly share code, notes, and snippets.

@mtrakal
Created July 10, 2017 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtrakal/e064179b570c2a9dfe2d92b662c99af3 to your computer and use it in GitHub Desktop.
Save mtrakal/e064179b570c2a9dfe2d92b662c99af3 to your computer and use it in GitHub Desktop.
Android html tags and variable
private TextView text;
...
text.setText(Html.fromHtml(getString(R.string.html_with_variable, "Some variable")));
<string name="html_with_variable"><![CDATA[<b>Your variable:</b> %1$s]]></string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment