Skip to content

Instantly share code, notes, and snippets.

@koral--
Created January 14, 2018 18:13
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koral--/fae34882a854652833d30c27721b1d9b to your computer and use it in GitHub Desktop.
Save koral--/fae34882a854652833d30c27721b1d9b to your computer and use it in GitHub Desktop.
XML entity in strings.xml
<!DOCTYPE resources [
<!ENTITY foo "Foo">
]>
<resources>
<string name="app_name">&foo;</string>
<string name="busy_warning">Sorry, &foo; is working hard, please try again in a moment.</string>
<string name="trademark">&foo; is a registerd trademark, all rights reserved.</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment