From c7c7afd7a1af36e787266815487f4600196406b8 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Mon, 24 May 2010 09:07:14 -0700 Subject: Doc change: Fix incorrect adt version reference etc. Change-Id: I79b3f43c64f3c0cd98b245dac001fca4a1008bda --- docs/html/index.jd | 5 ++--- docs/html/resources/tutorials/hello-world.jd | 4 ++-- docs/html/sdk/eclipse-adt.jd | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/html/index.jd b/docs/html/index.jd index 0ba5e08..01940e8 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 7bad054..77ffc6f 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 57eac1f..f5558ab 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)
-- cgit v1.1