diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2010-09-09 19:05:39 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-09 19:05:39 -0700 |
| commit | 6245480ce9238ce72648e5b1dcc3c2446cabf899 (patch) | |
| tree | 9055547907b874bb0ba92d2ae5ed5613ac56c2fe /docs/html | |
| parent | 1a28bbb99da5035cb95744a5430d88b0d7ff4ff6 (diff) | |
| parent | 621c6adcb765ab348eb0daf770d4c0eca65fd632 (diff) | |
| download | frameworks_base-6245480ce9238ce72648e5b1dcc3c2446cabf899.zip frameworks_base-6245480ce9238ce72648e5b1dcc3c2446cabf899.tar.gz frameworks_base-6245480ce9238ce72648e5b1dcc3c2446cabf899.tar.bz2 | |
am 621c6adc: am a71d6994: am 74a74d3c: Doc change: Fixes for toggle image and adt release date.
Merge commit '621c6adcb765ab348eb0daf770d4c0eca65fd632'
* commit '621c6adcb765ab348eb0daf770d4c0eca65fd632':
Doc change: Fixes for toggle image and adt release date.
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/sdk/eclipse-adt.jd | 2 | ||||
| -rw-r--r-- | docs/html/sdk/tools-notes.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 9d6c3ab..4594bb5 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -101,7 +101,7 @@ padding: .25em 1em; <div class="toggleable opened"> <a href="#" onclick="return toggleDiv(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> -ADT 0.9.8</a> <em>(August 2010)</em> +ADT 0.9.8</a> <em>(September 2010)</em> <div class="toggleme"> diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index dc58801..0f075e5 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -127,7 +127,7 @@ provides the equivalent library project support.</p> <div class="toggleable closed"> <a href="#" onclick="return toggleDiv(this)"> - <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> SDK Tools, Revision 5</a> <em>(March 2010)</em> <div class="toggleme"> |
