diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2014-02-21 11:15:52 -0800 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2014-05-14 14:10:51 -0700 |
| commit | 3506ac87c09c0748d92ef594c94365a5d7b07262 (patch) | |
| tree | f72aa35ef429cc0ac2143e8c3b72fa77abe46628 /docs/html/design/style | |
| parent | 9d7cf8256105ea2171999cbcc8a613a58a25f953 (diff) | |
| download | frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.zip frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.tar.gz frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.tar.bz2 | |
Doc change: Updated content for distribute.
Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed
Diffstat (limited to 'docs/html/design/style')
| -rw-r--r-- | docs/html/design/style/devices-displays.jd | 4 | ||||
| -rw-r--r-- | docs/html/design/style/metrics-grids.jd | 3 | ||||
| -rw-r--r-- | docs/html/design/style/typography.jd | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/docs/html/design/style/devices-displays.jd b/docs/html/design/style/devices-displays.jd index a8f9d6f..6a7234b 100644 --- a/docs/html/design/style/devices-displays.jd +++ b/docs/html/design/style/devices-displays.jd @@ -1,7 +1,9 @@ page.title=Devices and Displays +page.metaDescription=Take advantage of Android's flexible layout system and create apps that gracefully scale from phones to tablets and beyond. + @jd:body -<p>Android powers millions of phones, tablets, and other devices in a wide variety of screen sizes and +<p>Android powers hundreds of millions of phones, tablets, and other devices in a wide variety of screen sizes and form factors. By taking advantage of Android's flexible layout system, you can create apps that gracefully scale from large tablets to smaller phones.</p> diff --git a/docs/html/design/style/metrics-grids.jd b/docs/html/design/style/metrics-grids.jd index c375631..e92d57e 100644 --- a/docs/html/design/style/metrics-grids.jd +++ b/docs/html/design/style/metrics-grids.jd @@ -1,5 +1,8 @@ page.title=Metrics and Grids +page.metaDescription=Optimize your app's UI by designing layouts based on density-independent grids. page.tags="layout","screens" +meta.tags="multiple screens, layout, tablets" +page.image=/design/media/metrics_closeup.png @jd:body <p>Devices vary not only in physical size, but also in screen density (<acronym title="Dots per diff --git a/docs/html/design/style/typography.jd b/docs/html/design/style/typography.jd index 3c201f7..6923f0b 100644 --- a/docs/html/design/style/typography.jd +++ b/docs/html/design/style/typography.jd @@ -1,5 +1,6 @@ page.title=Typography page.tags="textview","font" +page.metaDescription=How to use typography in your Android apps. @jd:body <div class="layout-content-row"> |
