diff options
| author | Scott Main <smain@google.com> | 2012-09-12 10:41:20 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-12 10:41:20 -0700 |
| commit | 8dc0ff07c9713945b0075dd1010057a47cb8c40b (patch) | |
| tree | ad6ab878f70ee69578d4ff66cd1839d0a471011b /docs/html | |
| parent | 94b2b5efa017138663e00e23e138333149641023 (diff) | |
| parent | 816518fa595913edb1b9104d50907a9b97321ec2 (diff) | |
| download | frameworks_base-8dc0ff07c9713945b0075dd1010057a47cb8c40b.zip frameworks_base-8dc0ff07c9713945b0075dd1010057a47cb8c40b.tar.gz frameworks_base-8dc0ff07c9713945b0075dd1010057a47cb8c40b.tar.bz2 | |
Merge "fix another link in the style doc" into jb-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/guide/topics/ui/themes.jd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/guide/topics/ui/themes.jd b/docs/html/guide/topics/ui/themes.jd index 2053197..bc1c4f0 100644 --- a/docs/html/guide/topics/ui/themes.jd +++ b/docs/html/guide/topics/ui/themes.jd @@ -422,9 +422,8 @@ you'll find a declaration for <code><style name="Theme.Dialog"></code>. In you'll see all of the properties that are used to style dialogs that are used by the Android framework.</p> -<p>For more information about the syntax used to create styles in XML, see -<a href="{@docRoot}guide/topics/resources/available-resources.html#stylesandthemes">Available Resource Types: -Style and Themes</a>.</p> +<p>For more information about the syntax for styles and themes in XML, see the +<a href="{@docRoot}guide/topics/resources/style-resource.html">Style Resource</a> document.</p> <p>For a reference of available style attributes that you can use to define a style or theme (e.g., "windowBackground" or "textAppearance"), see {@link android.R.attr} or the respective |
