summaryrefslogtreecommitdiffstats
path: root/docs/html/design/style
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-10-04 11:14:01 -0700
committerScott Main <smain@google.com>2012-10-04 15:13:16 -0700
commit2ed01adc8d1af5a11520bd71450b764ca36fcb1c (patch)
treef654eea5a0f1fbd4ca3a82fdaa18d56795c5bd06 /docs/html/design/style
parente3eeeb6d03ed8575df5e8c8dfecd4e26af2d4127 (diff)
downloadframeworks_base-2ed01adc8d1af5a11520bd71450b764ca36fcb1c.zip
frameworks_base-2ed01adc8d1af5a11520bd71450b764ca36fcb1c.tar.gz
frameworks_base-2ed01adc8d1af5a11520bd71450b764ca36fcb1c.tar.bz2
a few more crosslinks for design guide (to other design docs or dev docs)
Change-Id: Icba63102236b6efe445957f1f3070b705a40e1a9
Diffstat (limited to 'docs/html/design/style')
-rw-r--r--docs/html/design/style/devices-displays.jd19
-rw-r--r--docs/html/design/style/themes.jd7
2 files changed, 23 insertions, 3 deletions
diff --git a/docs/html/design/style/devices-displays.jd b/docs/html/design/style/devices-displays.jd
index df77c1b..18550d9 100644
--- a/docs/html/design/style/devices-displays.jd
+++ b/docs/html/design/style/devices-displays.jd
@@ -36,8 +36,21 @@ ensure that your app looks great on any device.</p>
<h4>Strategies</h4>
<p>So where do you begin when designing for multiple screens? One approach is to work in the base
-standard (medium size, <acronym title="Medium density (160 dpi)">MDPI</acronym>) and scale it up or
+standard (normal size and <acronym title="Medium density (160 dpi)">MDPI</acronym>) and scale it up or
down for the other buckets. Another approach is to start with the device with the largest screen
size, and then scale down and figure out the UI compromises you'll need to make on smaller screens.</p>
-<p>For more detailed information on this topic, please visit <a href="http://developer.android.com/guide/practices/screens_support.html">Supporting Multiple
-Screens</a>.</p>
+
+<p>For details about designing layouts for larger screens, see the <a
+href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> guide.</p>
+
+<div class="note develop">
+<p><strong>Developer Guide</strong></p>
+ <p>For information about how to build flexible layouts for multiple screen sizes and densities,
+ read
+ <a href="{@docRoot}training/multiscreen/index.html">Designing for Multiple Screens</a> and
+ <a href="{@docRoot}training/basics/fragments/index.html">Building a Dynamic UI with
+ Fragments</a>.</p>
+</div>
+
+
+
diff --git a/docs/html/design/style/themes.jd b/docs/html/design/style/themes.jd
index d4a6acf..e1899e3 100644
--- a/docs/html/design/style/themes.jd
+++ b/docs/html/design/style/themes.jd
@@ -38,5 +38,12 @@ desire is to have a more distinct look for your app, using one of the system the
point for your customizations is a good idea. The system themes provide a solid foundation on top
of which you can selectively implement your own visual stylings.</p>
+<div class="note develop">
+<p><strong>Developer Guide</strong></p>
+ <p>For information about how to apply themes such as Holo Light and Dark, and
+ how to build your own themes, see the
+ <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a> API guide.</p>
+</div>
+
</div>
</div>