diff options
author | Dirk Dougherty <ddougherty@google.com> | 2010-09-09 18:59:57 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-09 18:59:57 -0700 |
commit | 621c6adcb765ab348eb0daf770d4c0eca65fd632 (patch) | |
tree | ba11b621941a29b46f66a5fdd1c15f98cadf1c3f /docs | |
parent | 736984573a1975d69d1c6efd87e4af9ca16e505f (diff) | |
parent | a71d69947d4a74730b17021b4c809d054d66c741 (diff) | |
download | frameworks_base-621c6adcb765ab348eb0daf770d4c0eca65fd632.zip frameworks_base-621c6adcb765ab348eb0daf770d4c0eca65fd632.tar.gz frameworks_base-621c6adcb765ab348eb0daf770d4c0eca65fd632.tar.bz2 |
am a71d6994: am 74a74d3c: Doc change: Fixes for toggle image and adt release date.
Merge commit 'a71d69947d4a74730b17021b4c809d054d66c741' into gingerbread-plus-aosp
* commit 'a71d69947d4a74730b17021b4c809d054d66c741':
Doc change: Fixes for toggle image and adt release date.
Diffstat (limited to 'docs')
-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"> |