diff --git a/docs/html/index.jd b/docs/html/index.jd index 0ba5e08184b17..01940e82b31bf 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -14,9 +14,8 @@ home=true Google IO
 2010
-

Google I/O is happening now! To those of you with us, welcome! If you couldn't make it to the -event, stay tuned for videos and slides from the Android sessions, which will be posted at the -Google I/O web site.

Thanks to everyone who visited us at Google I/O in San Francisco! Stay tuned for +videos and slides from the Android sessions, which will be posted at the Google I/O web site.

Learn more »

diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd index 7bad0541114aa..77ffc6f46b9f2 100644 --- a/docs/html/resources/tutorials/hello-world.jd +++ b/docs/html/resources/tutorials/hello-world.jd @@ -299,7 +299,7 @@ programmatically-constructed example:

<?xml version="1.0" encoding="utf-8"?>
 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
-  android:id="@id+/textview"
+  android:id="@+id/textview"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:text="@string/hello"/>
@@ -410,7 +410,7 @@ the following XML:
<?xml version="1.0" encoding="utf-8"?>
 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
-  android:id="@id+/textview"
+  android:id="@+id/textview"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:text="@string/hello"/>
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 57eac1f0320ce..f5558ab831a68 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -95,7 +95,7 @@ padding: .25em 1em;
-ADT 0.9.6 (March 2010) +ADT 0.9.7 (May 2010)