diff options
| author | 2010-12-06 16:19:32 -0800 | |
|---|---|---|
| committer | 2010-12-14 17:03:53 -0800 | |
| commit | 1bcfd85cc0f274b250b68a122f964b276ef4be4a (patch) | |
| tree | f741d0271c57145e2ff1423237ef853dda4e5750 | |
| parent | e9123960764d7b2e94fb0d68aae21fccc472abcd (diff) | |
cherrypick Change-Id: I56db12e2444e5020cd72a0c974539e777a7f1ebd
docs: fix syntax error; enlarge screenshot thumbnail
Change-Id: I0fe043969a9754237c6bce6999598033c510d8f3
| -rw-r--r-- | docs/html/resources/tutorials/hello-world.jd | 2 | ||||
| -rw-r--r-- | docs/html/sdk/android-2.3.jd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd index 77ffc6f46b9f..67c2521cec49 100644 --- a/docs/html/resources/tutorials/hello-world.jd +++ b/docs/html/resources/tutorials/hello-world.jd @@ -115,7 +115,7 @@ Android project in Eclipse.</p> </ul> <p>Click <strong>Finish</strong>.</p> - <a href="images/hello_world_1.png"><img src="images/hello_world_1.png" style="height:230px" alt="" /></a> + <a href="images/hello_world_1.png"><img src="images/hello_world_1.png" style="height:400px" alt="" /></a> <p>Here is a description of each field:</p> diff --git a/docs/html/sdk/android-2.3.jd b/docs/html/sdk/android-2.3.jd index f996fa26d43a..33affcb2d3c8 100644 --- a/docs/html/sdk/android-2.3.jd +++ b/docs/html/sdk/android-2.3.jd @@ -679,8 +679,8 @@ removes several classes that were previously deprecated.</li> <ul> <li>New <code>xlargeScreens</code> attribute for <a -href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><code><supports-screens>< -/ code > < /a> +href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code +<supports-screens>}</a> element, to indicate whether the application supports extra large screen form-factors. For details, see <a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple |