diff options
author | Scott Main <smain@google.com> | 2011-03-08 16:32:09 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-03-08 16:39:53 -0800 |
commit | 2785443c6e93c05a4885f4eeb76b12dd8c0e59b5 (patch) | |
tree | ef024628e3fddd0da1b85f9e3a1784e33238f29b /docs/html/resources/tutorials | |
parent | b3c991b0190faa4fc833a5fc9074939fd5d8a3c4 (diff) | |
download | frameworks_base-2785443c6e93c05a4885f4eeb76b12dd8c0e59b5.zip frameworks_base-2785443c6e93c05a4885f4eeb76b12dd8c0e59b5.tar.gz frameworks_base-2785443c6e93c05a4885f4eeb76b12dd8c0e59b5.tar.bz2 |
docs: fix misc doc bugs
bug: 3295540
bug: 3319686
bug: 3337541
bug: 3355640
bug: 3483758
Change-Id: If223787d1fba503184b1b696b97af75e6fd5f398
Diffstat (limited to 'docs/html/resources/tutorials')
-rw-r--r-- | docs/html/resources/tutorials/hello-world.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd index 020c738..b11770f 100644 --- a/docs/html/resources/tutorials/hello-world.jd +++ b/docs/html/resources/tutorials/hello-world.jd @@ -433,7 +433,7 @@ The entire file should now look like this: </pre> </li> -<li>Now open and modify your <code>HelloAndroid</code> class use the +<li>Now open and modify your <code>HelloAndroid</code> class and use the XML layout. Edit the file to look like this: <pre> package com.example.helloandroid; |