summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-23 19:18:40 -0700
committerScott Main <smain@google.com>2013-07-23 19:19:52 -0700
commitf213415175ec83df7b39089d559eb9d02b72883a (patch)
treedd13dc9754088b190e1b95e9a20c574185ae3d9a /docs/html/guide/topics
parent0cf24a5aa5f04ee48f643fd4cb707f3ed64b8e29 (diff)
downloadframeworks_base-f213415175ec83df7b39089d559eb9d02b72883a.zip
frameworks_base-f213415175ec83df7b39089d559eb9d02b72883a.tar.gz
frameworks_base-f213415175ec83df7b39089d559eb9d02b72883a.tar.bz2
api overview edits
Change-Id: I3bd4941b3d77c7bbe2c678254e336c069070363e
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/ui/actionbar.jd7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd
index 453d9d7..34cf2a8 100644
--- a/docs/html/guide/topics/ui/actionbar.jd
+++ b/docs/html/guide/topics/ui/actionbar.jd
@@ -1,7 +1,6 @@
page.title=Action Bar
page.tags="actionbar","menu"
-parent.title=User Interface
-parent.link=index.html
+
@jd:body
@@ -89,7 +88,7 @@ design guide.</p>
<p>The {@link android.app.ActionBar} APIs were first added in Android 3.0 (API level 11) but they
are also available in the <a href="{@docRoot}tools/support-library/index.html">Support Library</a>
-for compatibility with Android 2.2 (API level 7) and above.</p>
+for compatibility with Android 2.1 (API level 7) and above.</p>
<p><b>This guide focuses on how to use the
support library's action bar</b>, but if your app supports <em>only</em> Android 3.0 or higher, you
@@ -133,7 +132,7 @@ Library Setup</a>.</p>
</li>
</ol>
-<p>Now your activity includes the action bar when running on Android 2.2 (API level 7) or higher.
+<p>Now your activity includes the action bar when running on Android 2.1 (API level 7) or higher.
</p>
<div class="note">