From 1e5bb861265072b9af555d09202e49cb38a3c4f1 Mon Sep 17 00:00:00 2001 From: Natalie Masse Date: Fri, 17 Oct 2014 13:44:39 +0100 Subject: [PATCH] Link and typo fixed Change-Id: Ie9ace6e002703d7d1f83173da49672cf60ca1653 --- docs/html/google/play/billing/billing_testing.jd | 2 +- docs/html/guide/topics/ui/actionbar.jd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/google/play/billing/billing_testing.jd b/docs/html/google/play/billing/billing_testing.jd index 10f5326411dc5..36456ccc1900d 100644 --- a/docs/html/google/play/billing/billing_testing.jd +++ b/docs/html/google/play/billing/billing_testing.jd @@ -10,7 +10,7 @@ page.tags="inapp, billing, iap"
  1. Testing In-app Purchases
  2. Testing with Static Responses
  3. -
  4. Setting Up for Test Purchases
  5. +
  6. Setting Up for Test Purchases
  7. Draft Apps are No Longer Supported

See also

diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd index f01d4bf8a6b06..215d658a57b01 100644 --- a/docs/html/guide/topics/ui/actionbar.jd +++ b/docs/html/guide/topics/ui/actionbar.jd @@ -1427,7 +1427,7 @@ href="#ActionView">action views.

Here's an example that defines a custom theme for an activity, {@code CustomActivityTheme}, that includes several styles to customize the action bar.

-

Notice that there are two version for each action bar style property. The first one +

Notice that there are two versions for each action bar style property. The first one includes the {@code android:} prefix on the property name to support API levels 11 and higher that include these properties in the framework. The second version does not include the {@code android:} prefix and is for older versions of the platform, on which