From 4e2c9dc74b74b1ba10793177475a599f75fbb18b Mon Sep 17 00:00:00 2001
From: Scott Main
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
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