Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame^] | 1 | page.title=Android devices |
smain@google.com | 80e1a0c | 2014-06-23 10:26:15 -0700 | [diff] [blame] | 2 | page.viewport_width=970 |
| 3 | section.landing=true |
| 4 | header.hide=1 |
| 5 | footer.hide=1 |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame^] | 6 | page.image=images/cards/android-devices_2x.jpg |
smain@google.com | 80e1a0c | 2014-06-23 10:26:15 -0700 | [diff] [blame] | 7 | @jd:body |
| 8 | |
| 9 | <style> |
| 10 | #landing-graphic-container { |
| 11 | position: relative; |
| 12 | } |
| 13 | |
| 14 | #text-overlay { |
| 15 | position: absolute; |
| 16 | left: 0; |
Scott Main | 8374fdb | 2014-06-26 16:10:50 +0000 | [diff] [blame] | 17 | top: 410px; |
smain@google.com | dfb4102 | 2014-06-24 14:12:45 -0700 | [diff] [blame] | 18 | width: 340px; |
smain@google.com | 80e1a0c | 2014-06-23 10:26:15 -0700 | [diff] [blame] | 19 | |
| 20 | } |
| 21 | #hero-image { |
| 22 | } |
| 23 | </style> |
| 24 | |
| 25 | <div id="landing-graphic-container"> |
| 26 | <div id="text-overlay"> |
| 27 | <p itemprop="description">The device-centric UI principles, overviews, and detailed guidelines |
| 28 | described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android Design Principles</a> |
| 29 | to provide more specific design guidance for different form factors. |
| 30 | </p> |
| 31 | <p> |
| 32 | <a href="{@docRoot}design/handhelds/index.html" class="landing-page-link">Phones & Tablets</a></p> |
| 33 | </div> |
| 34 | <a id="hero-image" href="{@docRoot}design/handhelds/index.html"> |
| 35 | <img src="{@docRoot}design/media/device_family.png"> |
| 36 | </a> |
| 37 | </div> |
| 38 | |