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 a61696a987a26..d972c47f59ad7 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