diff options
| author | 2016-05-17 23:57:07 +0000 | |
|---|---|---|
| committer | 2016-05-17 23:57:07 +0000 | |
| commit | a590325a98e9ff42f6e825b2615c02bc53be10a8 (patch) | |
| tree | bccc6851453ed35f075bfa36b55f4dc402686b91 | |
| parent | cb62df2b447ed25b61838eb289691d856d7cb27d (diff) | |
| parent | 2015256ccc5b26593441254cdfc695055f840420 (diff) | |
Merge "Updated documentation for Input Method Framework Wear 2.0" into mnc-io-docs
am: 2015256ccc
* commit '2015256ccc5b26593441254cdfc695055f840420':
docs: Wear 2 Preview - improve visibility and look of pages
Change-Id: I2b5e1be660bb53989ce9dc47e0ba576a2d66d471
| -rw-r--r-- | docs/html/wear/index.jd | 33 | ||||
| -rw-r--r-- | docs/html/wear/preview/images/hero-1x.png | bin | 189022 -> 166083 bytes | |||
| -rw-r--r-- | docs/html/wear/preview/images/hero-2x.png | bin | 591707 -> 486293 bytes | |||
| -rw-r--r-- | docs/html/wear/preview/index.jd | 15 |
4 files changed, 41 insertions, 7 deletions
diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 62c0253508af..f5e9e87748b9 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -68,14 +68,43 @@ nonavpage=true </div> </div> <!-- end .wrap --> <div class="landing-scroll-down-affordance"> - <a class="landing-down-arrow" href="#extending-android-to-wearables"> + <a class="landing-down-arrow" href="#next-section"> <img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more"> </a> </div> </div> <!-- end .landing-section .landing-hero --> - <div class="landing-rest-of-page"> + <div class="landing-rest-of-page" id="next-section"> + + + <section class="dac-expand dac-hero dac-light" style="background-color:#FFFFFF"> + <div class="wrap" style="max-width:1100px;margin-top:0"> + <div class="cols dac-hero-content" style="padding-bottom:1em;"> + + <div class="col-7of16 col-push-9of16" style="padding-left:2em"> + <h1 class="dac-hero-title">Android Wear 2.0 Developer Preview</h1> + <p class="dac-hero-description"> + Get ready for the next version of Android Wear! + Support stand-alone Wear devices and apps. + Create enhanced user interaction and glanceable experiences. + Test your apps on Wear devices. + </p> + + <a class="dac-hero-cta" href="{@docRoot}wear/preview/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Get started + </a> + </div> + <div class="col-9of16 col-pull-7of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;"> + <img class="dac-hero-image" src="{@docRoot}wear/preview/images/hero-1x.png" + srcset="{@docRoot}wear/preview/images/hero-1x.png 1x, + {@docRoot}wear/preview/images/hero-2x.png 2x"> + </div> + </div> + </div> + </section> + <div class="landing-section" id="extending-android-to-wearables"> <div class="wrap"> <div class="landing-section-header"> diff --git a/docs/html/wear/preview/images/hero-1x.png b/docs/html/wear/preview/images/hero-1x.png Binary files differindex 5dcc84735d05..1d0cb6f4376a 100644 --- a/docs/html/wear/preview/images/hero-1x.png +++ b/docs/html/wear/preview/images/hero-1x.png diff --git a/docs/html/wear/preview/images/hero-2x.png b/docs/html/wear/preview/images/hero-2x.png Binary files differindex 19a60cdbe033..9f4eb66d0d23 100644 --- a/docs/html/wear/preview/images/hero-2x.png +++ b/docs/html/wear/preview/images/hero-2x.png diff --git a/docs/html/wear/preview/index.jd b/docs/html/wear/preview/index.jd index 302465468db8..c273888b061e 100644 --- a/docs/html/wear/preview/index.jd +++ b/docs/html/wear/preview/index.jd @@ -25,14 +25,19 @@ footer.hide=1 <h1 class="dac-hero-title">Android Wear 2.0 Developer Preview</h1> <p class="dac-hero-description"> Get ready for the next version of Android Wear! - Support stand-alone Wear devices and apps. - Create enhanced user interaction and glanceable experiences. - Test your apps on Wear devices. + Support <strong>stand-alone</strong> Wear devices and apps. + Create <strong>enhanced user interaction</strong> and + <strong>glanceable experiences</strong>. + Test your apps on <strong>Wear devices</strong>. </p> <a class="dac-hero-cta" href="{@docRoot}wear/preview/program.html"> <span class="dac-sprite dac-auto-chevron"></span> - Learn more + Learn about the Preview + </a> + <a class="dac-hero-cta" href="https://www.google.com/design/wear"> + <span class="dac-sprite dac-auto-chevron"></span> + Material Design for Wear </a> </div> <div class="col-9of16 col-pull-7of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;"> @@ -57,7 +62,7 @@ footer.hide=1 </a> <ul class="dac-actions"> <li class="dac-action"> - <a class="dac-action-link" href="{@docRoot}wear/preview/bug"> + <a class="dac-action-link" href="http://g.co/wearpreviewbug"> <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i> Report an issue </a> |