diff options
Diffstat (limited to 'docs/html/training/implementing-navigation')
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/training/implementing-navigation/ancestral.jd b/docs/html/training/implementing-navigation/ancestral.jd index c3c7ef8..12d5005 100644 --- a/docs/html/training/implementing-navigation/ancestral.jd +++ b/docs/html/training/implementing-navigation/ancestral.jd @@ -69,7 +69,7 @@ in the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code &l element.</p> <p>If your app supports Android 4.0 and lower, include the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> with your app and +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> with your app and add a <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element inside the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code <activity>}</a>. Then specify the parent activity as the value diff --git a/docs/html/training/implementing-navigation/index.jd b/docs/html/training/implementing-navigation/index.jd index 519f6bb..5b65716 100644 --- a/docs/html/training/implementing-navigation/index.jd +++ b/docs/html/training/implementing-navigation/index.jd @@ -13,7 +13,7 @@ startpage=true <ul> <li>Android 2.2 or higher</li> <li>Understanding of fragments and Android layouts</li> - <li><a href="{@docRoot}tools/extras/support-library.html">Android Support Library</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">Android Support Library</a></li> <li><a href="{@docRoot}training/design-navigation/index.html">Designing Effective Navigation</a></li> </ul> @@ -46,7 +46,7 @@ implement navigation patterns with tabs, swipe views, and a navigation drawer. Y understand how to provide proper <em>Up</em> and <em>Back</em> navigation.</p> <p class="note"><strong>Note:</strong> Several elements of this class require the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> APIs. +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> APIs. If you have not used the Support Library before, follow the lesson about <a href="{@docRoot}training/basics/fragments/support-lib.html">Using the Support Library</a> to get your project set up.</p> diff --git a/docs/html/training/implementing-navigation/lateral.jd b/docs/html/training/implementing-navigation/lateral.jd index b314497..97e0398 100644 --- a/docs/html/training/implementing-navigation/lateral.jd +++ b/docs/html/training/implementing-navigation/lateral.jd @@ -57,7 +57,7 @@ Views</a> design guide.</p> <p>You can create swipe views in your app using the {@link android.support.v4.view.ViewPager} widget, available in the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. The +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. The {@link android.support.v4.view.ViewPager} is a layout widget in which each child view is a separate page (a separate tab) in the layout.</p> diff --git a/docs/html/training/implementing-navigation/nav-drawer.jd b/docs/html/training/implementing-navigation/nav-drawer.jd index 38b7345..2b5e4f8 100644 --- a/docs/html/training/implementing-navigation/nav-drawer.jd +++ b/docs/html/training/implementing-navigation/nav-drawer.jd @@ -43,7 +43,7 @@ app, the user touches the app icon in the action bar.</p> <p>This lesson describes how to implement a navigation drawer using the {@link android.support.v4.widget.DrawerLayout} APIs available in the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>.</p> +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>.</p> <div class="note design"> <p><strong>Navigation Drawer Design</strong></p> diff --git a/docs/html/training/implementing-navigation/temporal.jd b/docs/html/training/implementing-navigation/temporal.jd index 0719ba6..3abab53 100644 --- a/docs/html/training/implementing-navigation/temporal.jd +++ b/docs/html/training/implementing-navigation/temporal.jd @@ -85,7 +85,7 @@ because it can determine the logical <em>Back</em> or <em>Up</em> navigation pat information.</p> <p>If your app supports Android 4.0 and lower, include the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> with your app and +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> with your app and add a <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element inside the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code <activity>}</a>. Then specify the parent activity as the value |