Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a19829a5 authored by Natalie Masse's avatar Natalie Masse Committed by Android Git Automerger
Browse files

am 7e3f7ced: am a2e6ec07: am 694a9e46: am 0fbbed83: am 60144a7a: am bcf9ced4:...

am 7e3f7ced: am a2e6ec07: am 694a9e46: am 0fbbed83: am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed

* commit '7e3f7ced':
  Link and typo fixed
parents 8652102d 7e3f7ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ page.tags="inapp, billing, iap"
  <ol>
  <ol>
    <li><a href="#testing-purchases">Testing In-app Purchases</a></li>
    <li><a href="#testing-purchases">Testing In-app Purchases</a></li>
    <li><a href="#billing-testing-static">Testing with Static Responses</a></li>
    <li><a href="#billing-testing-static">Testing with Static Responses</a></li>
    <li><a href="#billing-testing-real">Setting Up for Test Purchases</a></li>
    <li><a href="#billing-testing-test">Setting Up for Test Purchases</a></li>
    <li><a href="#draft_apps">Draft Apps are No Longer Supported</a></li>
    <li><a href="#draft_apps">Draft Apps are No Longer Supported</a></li>
  </ol>
  </ol>
  <h2>See also</h2>
  <h2>See also</h2>
+1 −1
Original line number Original line Diff line number Diff line
@@ -1427,7 +1427,7 @@ href="#ActionView">action views</a>.</dd>
<p>Here's an example that defines a custom theme for an activity, {@code CustomActivityTheme},
<p>Here's an example that defines a custom theme for an activity, {@code CustomActivityTheme},
that includes several styles to customize the action bar.</p>
that includes several styles to customize the action bar.</p>


<p>Notice that there are two version for each action bar style property. The first one
<p>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
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 <em>not</em>
that include these properties in the framework. The second version does <em>not</em>
include the {@code android:} prefix and is for older versions of the platform, on which
include the {@code android:} prefix and is for older versions of the platform, on which