diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index ba10b782aee43..cc867d3de112d 100644 --- a/docs/html/training/basics/fragments/support-lib.jd +++ b/docs/html/training/basics/fragments/support-lib.jd @@ -12,7 +12,7 @@ next.link=creating.html

This lesson teaches you to

    -
  1. Set Up Your Project With the Support Library
  2. +
  3. Set Up Your Project with the Support Library
  4. Import the Support Library APIs

You should also read

@@ -23,7 +23,7 @@ next.link=creating.html

The Android Support Library provides a JAR -file with an API library that allow you to use some of the more recent Android APIs in your app +file with an API library that allows you to use some of the more recent Android APIs in your app while running on earlier versions of Android. For instance, the Support Library provides a version of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and higher.

@@ -32,7 +32,7 @@ higher.

to build a dynamic app UI.

-

Set Up Your Project With the Support Library

+

Set Up Your Project with the Support Library

@@ -43,7 +43,7 @@ Android Support package selected.

To set up your project:

    -
  1. Downlad the Android Support package using the SDK Manager
  2. +
  3. Download the Android Support package using the SDK Manager.
  4. Create a libs directory at the top level of your Android project.
  5. Locate the JAR file for the library you want to use and copy it into the libs/