blob: 3d23d077d723206361760ec46d169581ed7d44b3 [file] [log] [blame]
Dirk Dougherty6c1c2632015-05-02 16:31:11 -07001page.title=Android devices
smain@google.com80e1a0c2014-06-23 10:26:15 -07002page.viewport_width=970
3section.landing=true
4header.hide=1
5footer.hide=1
Dirk Dougherty6c1c2632015-05-02 16:31:11 -07006page.image=images/cards/android-devices_2x.jpg
smain@google.com80e1a0c2014-06-23 10:26:15 -07007@jd:body
8
9<style>
10#landing-graphic-container {
11 position: relative;
12}
13
14#text-overlay {
15 position: absolute;
16 left: 0;
Scott Main8374fdb2014-06-26 16:10:50 +000017 top: 410px;
smain@google.comdfb41022014-06-24 14:12:45 -070018 width: 340px;
smain@google.com80e1a0c2014-06-23 10:26:15 -070019
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 &amp; 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