diff options
author | Scott Main <smain@google.com> | 2010-12-14 17:09:29 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-12-14 17:09:29 -0800 |
commit | d99e0593a4b71e8b059589b9ee780dfb9f40f225 (patch) | |
tree | ca5b6a24cbb8bd1b4215081e826aed5c4c90f62d /docs/html | |
parent | 982b71bf4713d57b0fdb9acaaf9f9465a817aacb (diff) | |
parent | 14e6325da97289735c659ebf0de0e99ba83796e3 (diff) | |
download | frameworks_base-d99e0593a4b71e8b059589b9ee780dfb9f40f225.zip frameworks_base-d99e0593a4b71e8b059589b9ee780dfb9f40f225.tar.gz frameworks_base-d99e0593a4b71e8b059589b9ee780dfb9f40f225.tar.bz2 |
am 14e6325d: am 1bcfd85c: cherrypick Change-Id: I56db12e2444e5020cd72a0c974539e777a7f1ebd docs: fix syntax error; enlarge screenshot thumbnail
* commit '14e6325da97289735c659ebf0de0e99ba83796e3':
cherrypick Change-Id: I56db12e2444e5020cd72a0c974539e777a7f1ebd docs: fix syntax error; enlarge screenshot thumbnail
Diffstat (limited to 'docs/html')
-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 77ffc6f..67c2521 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 f996fa2..33affcb 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 |