Merge "docs: Wear 2 Preview - improve visibility and look of pages" into mnc-io-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
2015256ccc
@@ -68,14 +68,43 @@ nonavpage=true
|
|||||||
</div>
|
</div>
|
||||||
</div> <!-- end .wrap -->
|
</div> <!-- end .wrap -->
|
||||||
<div class="landing-scroll-down-affordance">
|
<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">
|
<img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end .landing-section .landing-hero -->
|
</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="landing-section" id="extending-android-to-wearables">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="landing-section-header">
|
<div class="landing-section-header">
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 162 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 578 KiB After Width: | Height: | Size: 475 KiB |
@@ -25,14 +25,19 @@ footer.hide=1
|
|||||||
<h1 class="dac-hero-title">Android Wear 2.0 Developer Preview</h1>
|
<h1 class="dac-hero-title">Android Wear 2.0 Developer Preview</h1>
|
||||||
<p class="dac-hero-description">
|
<p class="dac-hero-description">
|
||||||
Get ready for the next version of Android Wear!
|
Get ready for the next version of Android Wear!
|
||||||
Support stand-alone Wear devices and apps.
|
Support <strong>stand-alone</strong> Wear devices and apps.
|
||||||
Create enhanced user interaction and glanceable experiences.
|
Create <strong>enhanced user interaction</strong> and
|
||||||
Test your apps on Wear devices.
|
<strong>glanceable experiences</strong>.
|
||||||
|
Test your apps on <strong>Wear devices</strong>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a class="dac-hero-cta" href="{@docRoot}wear/preview/program.html">
|
<a class="dac-hero-cta" href="{@docRoot}wear/preview/program.html">
|
||||||
<span class="dac-sprite dac-auto-chevron"></span>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9of16 col-pull-7of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;">
|
<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>
|
</a>
|
||||||
<ul class="dac-actions">
|
<ul class="dac-actions">
|
||||||
<li class="dac-action">
|
<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>
|
<i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
|
||||||
Report an issue
|
Report an issue
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user