diff options
| author | 2014-03-18 12:09:53 +0000 | |
|---|---|---|
| committer | 2014-03-18 12:09:53 +0000 | |
| commit | e77c260b3aa86d97643a69da75cd03ac1e7cef23 (patch) | |
| tree | 3aeed7539a4e4b27854639de3396d1874d2eb57e /docs/html | |
| parent | 297990806dcbdc4413314847b897c9cb5452a1bc (diff) | |
| parent | 60409d802e5df6f85f1f91036327a146b48601c1 (diff) | |
am 60409d80: am 81857ec5: add android wear to the home carousel
* commit '60409d802e5df6f85f1f91036327a146b48601c1':
  add android wear to the home carousel
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.pngBinary files differ new file mode 100644 index 000000000000..588ec11dd528 --- /dev/null +++ b/docs/html/images/home/aw_dac.png diff --git a/docs/html/index.jd b/docs/html/index.jd index e9016526cdda..baeaa5b8d243 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> |