diff options
author | Scott Main <smain@google.com> | 2011-02-15 17:25:26 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-15 17:50:33 -0800 |
commit | a564745035f57e999eb1826de7d0b91e226fe77f (patch) | |
tree | 4351ecff4fee5613f252d35eec95591d92f0fc7c /docs | |
parent | 13033ea52714d48d754c6bc8fccb18514c645a47 (diff) | |
download | frameworks_base-a564745035f57e999eb1826de7d0b91e226fe77f.zip frameworks_base-a564745035f57e999eb1826de7d0b91e226fe77f.tar.gz frameworks_base-a564745035f57e999eb1826de7d0b91e226fe77f.tar.bz2 |
docs: revise loader doc title
Change-Id: I232eb1da8270625afa0f26951dbd20d9a61fe15d
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/fundamentals/loaders.jd (renamed from docs/html/guide/topics/providers/loaders.jd) | 4 | ||||
-rw-r--r-- | docs/html/sdk/android-3.0.jd | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index da8b9a1..a65ffbc 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -65,7 +65,7 @@ <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html"> <span class="en">Fragments</span> </a> <span class="new">new!</span></li> - <li><a href="<?cs var:toroot ?>guide/topics/providers/loaders.html"> + <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/loaders.html"> <span class="en">Loaders</span> </a> <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html"> diff --git a/docs/html/guide/topics/providers/loaders.jd b/docs/html/guide/topics/fundamentals/loaders.jd index ab9706b..d31f090 100644 --- a/docs/html/guide/topics/providers/loaders.jd +++ b/docs/html/guide/topics/fundamentals/loaders.jd @@ -1,4 +1,6 @@ -page.title=Using Loaders +page.title=Loaders +parent.title=Activities +parent.link=activities.html @jd:body <div id="qv-wrapper"> <div id="qv"> diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index c9738bc..8088e32 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -351,7 +351,7 @@ changed, then call {@link android.app.LoaderManager#initLoader initLoader()} to loader for your activity or fragment.</p> <p>For more information, read the <a -href="{@docRoot}guide/topics/providers/loaders.html">Loaders</a> documentation. You can also see +href="{@docRoot}guide/topics/fundamentals/loaders.html">Loaders</a> documentation. You can also see example code using loaders in the <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/FragmentListCursorLoader.html">FragmentListCursorLoader</a> and <a |