File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ home=true
1414 <img src="{@docRoot}images/home/io-logo.png" alt="Google IO
15152010" 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
2019href="http://code.google.com/events/io/2010/sessions.html#Android">Learn more »</a></p>
2120 </div> <!-- end annoucement -->
2221 </div> <!-- end annoucement-block -->
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ programmatically-constructed example:</p>
299299
300300<pre><?xml version="1.0" encoding="utf-8"?>
301301<TextView xmlns:android="http://schemas.android.com/apk/res/android"
302- android:id="@id+ /textview"
302+ android:id="@+id /textview"
303303 android:layout_width="fill_parent"
304304 android:layout_height="fill_parent"
305305 android:text="@string/hello"/></pre>
@@ -410,7 +410,7 @@ the following XML:
410410
411411<pre><?xml version="1.0" encoding="utf-8"?>
412412<TextView xmlns:android="http://schemas.android.com/apk/res/android"
413- android:id="@id+ /textview"
413+ android:id="@+id /textview"
414414 android:layout_width="fill_parent"
415415 android:layout_height="fill_parent"
416416 android:text="@string/hello"/></pre>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments