From e06b0838e30bb96b66a6bc428651dd2726055e61 Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Thu, 3 Jan 2013 15:50:40 -0800 Subject: Doc change: minor fixes to support lib lesson. Bug # 7633596 Change-Id: I380300b818cb6886c3c6857b64ba54e0602f7a37 --- docs/html/training/basics/fragments/support-lib.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index ba10b782aee4..cc867d3de112 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/ -- cgit v1.2.3-59-g8ed1b