From 816518fa595913edb1b9104d50907a9b97321ec2 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 12 Sep 2012 10:40:29 -0700 Subject: fix another link in the style doc Change-Id: Icd40456ab32232eacc6fa3acdd86ff78aa03e3aa --- docs/html/guide/topics/ui/themes.jd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/html/guide/topics') 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 <style name="Theme.Dialog">. In you'll see all of the properties that are used to style dialogs that are used by the Android framework.

-

For more information about the syntax used to create styles in XML, see -Available Resource Types: -Style and Themes.

+

For more information about the syntax for styles and themes in XML, see the +Style Resource document.

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 -- cgit v1.1