From 5dd0fd5c89099f194b9ec2323bb6413fa48e7db8 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 12 May 2010 14:49:38 -0700 Subject: docs: fix broken links Change-Id: I2720ce4fe30b1e6ff35b91f48a98ead8999ed1ab --- docs/html/guide/topics/resources/accessing-resources.jd | 4 ++-- docs/html/guide/topics/resources/layout-resource.jd | 3 ++- docs/html/guide/topics/resources/localization.jd | 6 +++--- docs/html/guide/topics/search/search-dialog.jd | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/html/guide/topics') diff --git a/docs/html/guide/topics/resources/accessing-resources.jd b/docs/html/guide/topics/resources/accessing-resources.jd index cf8970c..03bb939 100644 --- a/docs/html/guide/topics/resources/accessing-resources.jd +++ b/docs/html/guide/topics/resources/accessing-resources.jd @@ -136,7 +136,7 @@ required when referencing resources from your own package). without the extension or the {@code android:name} attribute value in the XML element (for simple values). -

See Resource Types for +

See Resource Types for more information about each resource type and how to reference them.

@@ -219,7 +219,7 @@ without the extension or the {@code android:name} attribute value in the XML ele values). -

See Resource Types for +

See Resource Types for more information about each resource type and how to reference them.

diff --git a/docs/html/guide/topics/resources/layout-resource.jd b/docs/html/guide/topics/resources/layout-resource.jd index 2c51d54..0688a18 100644 --- a/docs/html/guide/topics/resources/layout-resource.jd +++ b/docs/html/guide/topics/resources/layout-resource.jd @@ -97,7 +97,8 @@ or {@code "wrap_content"}). See the valid values bel {@link android.view.ViewGroup}. For a reference of all available attributes, see the corresponding reference documentation for the {@link android.view.ViewGroup} class (for example, the LinearLayout XML attributes).

+ href="{@docRoot}reference/android/widget/LinearLayout.html#lattrs">LinearLayout XML +attributes).

<View>
An individual UI component, generally referred to as a "widget". Different diff --git a/docs/html/guide/topics/resources/localization.jd b/docs/html/guide/topics/resources/localization.jd index e76a92c..3d630c9 100755 --- a/docs/html/guide/topics/resources/localization.jd +++ b/docs/html/guide/topics/resources/localization.jd @@ -317,11 +317,11 @@ will prefer an MCC match over a language match.

The selection process is not always as straightforward as these examples suggest. Please read How Android Finds +href="{@docRoot}guide/topics/resources/providing-resources.html#BestMatch">How Android Finds the Best-matching Resource for a more nuanced description of the process. All the qualifiers are described and listed in order of precedence in Table 2 of Providing +href="{@docRoot}guide/topics/resources/providing-resources.html#table2">Table 2 of Providing Alternative Resources.

Referring to Resources in Java

@@ -330,7 +330,7 @@ Alternative Resources.

R.resource_type.resource_name or android.R.resource_type.resource_name. For more about this, see Accessing Resources.

+href="{@docRoot}guide/topics/resources/accessing-resources.html">Accessing Resources.

Localization Strategies

diff --git a/docs/html/guide/topics/search/search-dialog.jd b/docs/html/guide/topics/search/search-dialog.jd index 718668c..a5f99c7 100644 --- a/docs/html/guide/topics/search/search-dialog.jd +++ b/docs/html/guide/topics/search/search-dialog.jd @@ -275,8 +275,8 @@ application to see a complete SQLite implementation that performs searches with
  • If your data is stored online, then the perceived search performance may be inhibited by the user's data connection. You may want to display a spinning progress wheel until your search returns. See {@link android.net} for a reference of network APIs and Creating a Progress Dialog to see how -you can display a progress wheel.
  • +href="{@docRoot}guide/topics/ui/dialogs.html#ProgressDialog">Creating a Progress Dialog to see +how you can display a progress wheel. -- cgit v1.1