diff options
Diffstat (limited to 'docs/html/guide/topics/resources/resources-i18n.jd')
-rwxr-xr-x | docs/html/guide/topics/resources/resources-i18n.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/resources-i18n.jd b/docs/html/guide/topics/resources/resources-i18n.jd index 091bc62..0e7d585 100755 --- a/docs/html/guide/topics/resources/resources-i18n.jd +++ b/docs/html/guide/topics/resources/resources-i18n.jd @@ -762,7 +762,7 @@ Android platform defines a "View" style class that contains all of the standard view attributes: padding, visibility, background, etc.; when View is inflated it uses this style class to retrieve those values from the XML file (at which point style and theme -information is applied as approriate) and load them into its instance.</p> +information is applied as appropriate) and load them into its instance.</p> <p><strong>Configuration</strong>: For any particular resource identifier, there may be multiple different available values depending on the current configuration. |