diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:43 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:43 -0800 |
commit | f013e1afd1e68af5e3b868c26a653bbfb39538f8 (patch) | |
tree | 7ad6c8fd9c7b55f4b4017171dec1cb760bbd26bf /docs/html/guide/practices/design | |
parent | e70cfafe580c6f2994c4827cd8a534aabf3eb05c (diff) | |
download | frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.zip frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.gz frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.bz2 |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'docs/html/guide/practices/design')
-rw-r--r-- | docs/html/guide/practices/design/responsiveness.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/practices/design/seamlessness.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/design/responsiveness.jd b/docs/html/guide/practices/design/responsiveness.jd index e0d1864..ecd743d 100644 --- a/docs/html/guide/practices/design/responsiveness.jd +++ b/docs/html/guide/practices/design/responsiveness.jd @@ -25,7 +25,7 @@ concern.)</p> <div class="sidebox" style="margin-top:1em;border:0;"> <div style="border:0;background-color:#fff;padding:15px;padding-right:2em;margin:0;"> -<img src="/android/images/anr.png" width="240" height="320" alt="Screenshot of ANR dialog box"> +<img src="{@docRoot}images/anr.png" width="240" height="320" alt="Screenshot of ANR dialog box"> <p style="margin-top:.5em;padding:.5em;">An ANR dialog displayed to the user.</p> </div> </div> diff --git a/docs/html/guide/practices/design/seamlessness.jd b/docs/html/guide/practices/design/seamlessness.jd index 4d1dab0..caf0d6a 100644 --- a/docs/html/guide/practices/design/seamlessness.jd +++ b/docs/html/guide/practices/design/seamlessness.jd @@ -164,7 +164,7 @@ interface they've come to expect. When designing your UIs, you should try and avoid rolling your own as much as possible. Instead, use a Theme. You can override or extend those parts of the theme that you need to, but at least you're starting from the same UI base as all the other applications. For all -the details, <a href="{@docRoot}devel/ui/applying-themes.html">click here</a>.</p> +the details, read <a href="{@docRoot}guide/topics/views/themes.html">Applying Styles and Themes</a>.</p> <h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2> |