summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-01-20 14:39:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-20 14:39:56 -0800
commit9c91c7e27fbfff5abc34e19779a9477239ab9b10 (patch)
tree079ea3fd210a6fe915ec46725fc91ac61bf950c3 /docs
parent7fb8b565f9cd2ec6a63ff4d8a89f98f68a1a138c (diff)
parent1264c33163146d6088675d197551a63b3f9d360b (diff)
downloadframeworks_base-9c91c7e27fbfff5abc34e19779a9477239ab9b10.zip
frameworks_base-9c91c7e27fbfff5abc34e19779a9477239ab9b10.tar.gz
frameworks_base-9c91c7e27fbfff5abc34e19779a9477239ab9b10.tar.bz2
Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honeycomb
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/ui/actionbar.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd
index c17fc3c..376bf6a 100644
--- a/docs/html/guide/topics/ui/actionbar.jd
+++ b/docs/html/guide/topics/ui/actionbar.jd
@@ -425,7 +425,7 @@ to call {@link android.app.FragmentTransaction#commit} for these transactions. Y
<p>If your activity is stopped, you should retain the currently selected tab with the saved state so
that when the user returns to your application, you can open the tab. When it's time to save the
state, you can query the currently selected tab with {@link
-android.app.ActionBar#getSelectedNavigationItem()}. This returns the index position of the selected
+android.app.ActionBar#getSelectedNavigationIndex()}. This returns the index position of the selected
tab.</p>
<p class="caution"><strong>Caution:</strong> It's important that you save