From 4e2c9dc74b74b1ba10793177475a599f75fbb18b Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Jul 2013 19:35:17 -0700 Subject: update all links to the support library Change-Id: I173e3690148e5de3020bfdca8087906faa56b13b --- docs/html/training/implementing-navigation/ancestral.jd | 2 +- docs/html/training/implementing-navigation/index.jd | 4 ++-- docs/html/training/implementing-navigation/lateral.jd | 2 +- docs/html/training/implementing-navigation/nav-drawer.jd | 2 +- docs/html/training/implementing-navigation/temporal.jd | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/html/training/implementing-navigation') 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 {@code &l element.

If your app supports Android 4.0 and lower, include the -Support Library with your app and +Support Library with your app and add a {@code <meta-data>} element inside the {@code <activity>}. 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

@@ -46,7 +46,7 @@ implement navigation patterns with tabs, swipe views, and a navigation drawer. Y understand how to provide proper Up and Back navigation.

Note: Several elements of this class require the -Support Library APIs. +Support Library APIs. If you have not used the Support Library before, follow the lesson about Using the Support Library to get your project set up.

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 design guide.

You can create swipe views in your app using the {@link android.support.v4.view.ViewPager} widget, available in the -Support Library. The +Support Library. 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.

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.

This lesson describes how to implement a navigation drawer using the {@link android.support.v4.widget.DrawerLayout} APIs available in the -Support Library.

+Support Library.

Navigation Drawer Design

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 Back or Up navigation pat information.

If your app supports Android 4.0 and lower, include the -Support Library with your app and +Support Library with your app and add a {@code <meta-data>} element inside the {@code <activity>}. Then specify the parent activity as the value -- cgit v1.1