summaryrefslogtreecommitdiffstats
path: root/docs/html/design/devices.jd
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-06-23 10:26:15 -0700
committersmain@google.com <smain@google.com>2014-06-24 12:02:19 -0700
commit80e1a0cff2c405b7ff90072e6a5aad649f22aba5 (patch)
tree3beb26104bcb25b918a6442d4d147f0ad76280d1 /docs/html/design/devices.jd
parent3c3daf684458d868ec30c3b30dc91328274f207f (diff)
downloadframeworks_base-80e1a0cff2c405b7ff90072e6a5aad649f22aba5.zip
frameworks_base-80e1a0cff2c405b7ff90072e6a5aad649f22aba5.tar.gz
frameworks_base-80e1a0cff2c405b7ff90072e6a5aad649f22aba5.tar.bz2
add Design guide for Wear. adds new Devices section to sidenav.
Change-Id: I5836ec4862fa731fae801c0fe8ba64bb056b69ab
Diffstat (limited to 'docs/html/design/devices.jd')
-rw-r--r--docs/html/design/devices.jd37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/html/design/devices.jd b/docs/html/design/devices.jd
new file mode 100644
index 0000000..0015d01
--- /dev/null
+++ b/docs/html/design/devices.jd
@@ -0,0 +1,37 @@
+page.title=Devices
+page.viewport_width=970
+section.landing=true
+header.hide=1
+footer.hide=1
+@jd:body
+
+<style>
+#landing-graphic-container {
+ position: relative;
+}
+
+#text-overlay {
+ position: absolute;
+ left: 0;
+ top: 420px;
+ width: 360px;
+
+}
+#hero-image {
+}
+</style>
+
+<div id="landing-graphic-container">
+ <div id="text-overlay">
+ <p itemprop="description">The device-centric UI principles, overviews, and detailed guidelines
+ described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android Design Principles</a>
+ to provide more specific design guidance for different form factors.
+ </p>
+ <p>
+ <a href="{@docRoot}design/handhelds/index.html" class="landing-page-link">Phones &amp; Tablets</a></p>
+ </div>
+ <a id="hero-image" href="{@docRoot}design/handhelds/index.html">
+ <img src="{@docRoot}design/media/device_family.png">
+ </a>
+</div>
+