diff options
author | Adam Powell <adamp@google.com> | 2011-01-20 12:08:13 -0800 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2011-01-20 13:25:08 -0800 |
commit | 1264c33163146d6088675d197551a63b3f9d360b (patch) | |
tree | 05203060fd9421a7c0a5921b8203b788d07dc9b5 /docs | |
parent | 292f39c1201f2f08ac90d5562a7fd7070e9b32a0 (diff) | |
download | frameworks_base-1264c33163146d6088675d197551a63b3f9d360b.zip frameworks_base-1264c33163146d6088675d197551a63b3f9d360b.tar.gz frameworks_base-1264c33163146d6088675d197551a63b3f9d360b.tar.bz2 |
Fix bug 3362375 - API REVIEW: remove unused public 'up' id
Fix bug 3362453 - API REVIEW: android.app.ActionBar
Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/ui/actionbar.jd | 2 |
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 |