diff options
Diffstat (limited to 'docs/html/guide/topics/ui/themes.jd')
-rw-r--r-- | docs/html/guide/topics/ui/themes.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/themes.jd b/docs/html/guide/topics/ui/themes.jd index 41e8563..0399512 100644 --- a/docs/html/guide/topics/ui/themes.jd +++ b/docs/html/guide/topics/ui/themes.jd @@ -111,7 +111,7 @@ This technique can be used only in XML resources. </p> <h3 id="inTheManifest">Set the theme in the manifest</h3> -<p>To set this theme for all the activites of your application, open the AndroidManifest.xml file and +<p>To set this theme for all the activities of your application, open the AndroidManifest.xml file and edit the <code><application></code> tag to include the <code>android:theme</code> attribute with the theme name:</p> |