Skip to content

Instantly share code, notes, and snippets.

@rafaelanastacioalves
Created April 8, 2019 23:10
Show Gist options
  • Save rafaelanastacioalves/dfe1fcd06ef587c77d45312870240211 to your computer and use it in GitHub Desktop.
Save rafaelanastacioalves/dfe1fcd06ef587c77d45312870240211 to your computer and use it in GitHub Desktop.
Text Helpers
final Locale locale = new Locale("pt", "br");
view.setText(TextHelper.fromHtml(
String.format(locale,
getString(R.string.android_resource_name),
someValue
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment