diff options
| author | Scott Main <smain@google.com> | 2014-03-18 02:59:13 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2014-03-18 03:04:40 -0700 |
| commit | 81857ec572b133f99cdbcd575774eb5f9be073b0 (patch) | |
| tree | 558bc37f226c94b660dec72ac04dc2090cea0d46 /docs/html | |
| parent | 71a47aa7f0ea18bc4d10d87a1932c9f19554fb15 (diff) | |
| download | frameworks_base-81857ec572b133f99cdbcd575774eb5f9be073b0.zip frameworks_base-81857ec572b133f99cdbcd575774eb5f9be073b0.tar.gz frameworks_base-81857ec572b133f99cdbcd575774eb5f9be073b0.tar.bz2 | |
add android wear to the home carousel
Change-Id: I1dc50100dd50a710a23b08f677121d499c166b3f
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/images/home/aw_dac.png | bin | 0 -> 103759 bytes | |||
| -rw-r--r-- | docs/html/index.jd | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/images/home/aw_dac.png b/docs/html/images/home/aw_dac.png Binary files differnew file mode 100644 index 0000000..588ec11 --- /dev/null +++ b/docs/html/images/home/aw_dac.png diff --git a/docs/html/index.jd b/docs/html/index.jd index e901652..baeaa5b 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -17,6 +17,22 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 <ul> <!-- set explicit widths as needed to prevent overflow issues --> + + <li class="item carousel-home"> + <div class="content-left col-10" style="width:580px;"> + <a href="{@docRoot}design/patterns/new.html"> + <img src="{@docRoot}images/home/aw_dac.png" style="margin-top:50px" > + </a> + </div> + <div class="content-right col-5" style="width:280px;"> + <h1>Introducing Android Wear</h1> + <p>We’re extending the Android platform to wearables. You can start building richer wearable experiences for your apps today using the enhanced Notification APIs in this Developer Preview.</p> + <p>We can’t wait to see what you will create.</p> + <p><a href="{@docRoot}wear/index.html" class="button">Learn more</a></p> + </div> + </li> + + <li class="item carousel-home"> <div class="content-left col-11" style="padding-top:65px;"> <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> |
