Skip to content

Commit c7c7afd

Browse files
committed
Doc change: Fix incorrect adt version reference etc.
Change-Id: I79b3f43c64f3c0cd98b245dac001fca4a1008bda
1 parent 2723e09 commit c7c7afd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/html/index.jd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ home=true
1414
<img src="{@docRoot}images/home/io-logo.png" alt="Google IO
1515
2010" width="200" height="41" style="padding:22px 12px;"/>
1616
<div id="announcement" style="width:295px">
17-
<p>Google I/O is happening now! To those of you with us, welcome! If you couldn't make it to the
18-
event, stay tuned for videos and slides from the Android sessions, which will be posted at the
19-
Google I/O web site.</p><p><a
17+
<p>Thanks to everyone who visited us at Google I/O in San Francisco! Stay tuned for
18+
videos and slides from the Android sessions, which will be posted at the Google I/O web site.</p><p><a
2019
href="http://code.google.com/events/io/2010/sessions.html#Android">Learn more &raquo;</a></p>
2120
</div> <!-- end annoucement -->
2221
</div> <!-- end annoucement-block -->

docs/html/resources/tutorials/hello-world.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ programmatically-constructed example:</p>
299299

300300
<pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
301301
&lt;TextView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;
302-
android:id=&quot;@id+/textview&quot;
302+
android:id=&quot;@+id/textview&quot;
303303
android:layout_width=&quot;fill_parent&quot;
304304
android:layout_height=&quot;fill_parent&quot;
305305
android:text=&quot;@string/hello&quot;/&gt;</pre>
@@ -410,7 +410,7 @@ the following XML:
410410

411411
<pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
412412
&lt;TextView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;
413-
android:id=&quot;@id+/textview&quot;
413+
android:id=&quot;@+id/textview&quot;
414414
android:layout_width=&quot;fill_parent&quot;
415415
android:layout_height=&quot;fill_parent&quot;
416416
android:text=&quot;@string/hello&quot;/&gt;</pre>

docs/html/sdk/eclipse-adt.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ padding: .25em 1em;
9595
<div class="toggleable opened">
9696
<a href="#" onclick="return toggleDiv(this)">
9797
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
98-
ADT 0.9.6</a> <em>(March 2010)</em>
98+
ADT 0.9.7</a> <em>(May 2010)</em>
9999
<div class="toggleme">
100100

101101
<dl>

0 commit comments

Comments
 (0)