Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edd662ff authored by Robert Ly's avatar Robert Ly
Browse files

docs: final changes to index

Change-Id: I1a9a454937a975f2b2a36ab1132e8bb91dc4059a
parent fa28e8cc
Loading
Loading
Loading
Loading
+17.5 KiB
Loading image diff...
+99.1 KiB
Loading image diff...
+11 −11
Original line number Diff line number Diff line
@@ -14,21 +14,21 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
        <div class="static resource-flow-layout wrap col-16">
          <div class="resource resource-card resource-card-18x6">


      <div class="landing-section-header">
            <div class="col-10"><img src="{@docRoot}preview/images/l-dev-prev.png" style=" margin:40px 60px 0 20px"></div>
            <div class="col-5" style=" margin-top:60px "><p>
            <h3>L Developer Preview</h3>
          Get an early look at the next release of the Android platform. 
           The L Developer Preview lets you try out all the new features of the next major
           release of Android. </p><br/>
            <a href="{@docRoot}preview/index.html" class="landing-button landing-primary">Get Started</a>
            <div class="col-10"><img src="{@docRoot}preview/images/l-dev-prev.png"
            style="margin:40px 60px 0 20px"></div>
            <div class="col-5" style=" margin-top:70px ">
            <h3 stye="font-weight:300;">L Developer Preview</h3>
            <p>The L Developer Preview lets you design and develop against the next major
            release of Android. Take the time to test and build your app before the platform
            officially launches. </p>
            <a href="{@docRoot}preview/index.html" class="landing-button landing-primary">Learn More</a>
            </div>
          </div>
          </div>
        </div>
 <h2 style="margin-bottom: 0px;">&nbsp;</h2>
        <div style="margin-top:10px" class="resource-widget resource-flow-layout wrap col-16
       <h2>&nbsp;</h2>
        <div style="margin-top:20px" class="resource-widget resource-flow-layout wrap col-16
        no-section" data-query="collection:index/primary" data-resourcestyle="card"
        data-sortorder="-timestamp" data-maxresults="3" data-cardsizes="6x2,6x2,6x2"></div> <!-- end .resource-widget -->
      </div> <!-- end .wrap -->
@@ -36,7 +36,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
  </div> <!-- end .fullscreen-carousel-content -->
</div> <!-- end .fullscreen-carousel -->

<div class="actions-bar" style="margin-top:40px">
<div class="actions-bar" style="margin-top:20px">
  <div class="wrap">
    <div class="actions">
      <div><a href="{@docRoot}sdk/index.html">Get the SDK</a></div>
+5 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ preferably from your mobile browser:</p>
and handheld devices. To get the new SDK that is compatible with the Google Play services
APK that you just installed, follow these steps: </p>

<p class="note"><b>Note:</b> We highly recommend you use Android Studio for Wear development.</p>
<p class="note"><b>Note:</b> Android Studio is required for Wear development.</p>
<ol>
  <li>Start AVD Manager.</li>
  <li>Update the Android SDK Tools and Platform-tools to versions 23 and 20 respectively.</li>
@@ -91,10 +91,13 @@ APK that you just installed, follow these steps: </p>
  <li>Click Close. You should now see new emulator images that support this preview
  release of Google Play services and the Google Play services client libraries you need to
  start developing.</li>
  <li><a href="{@docRoot}preview/google-play-services-preview.zip">Download</a> the Google Play
  services reference documentation for this preview release.</li>.
</ol>

<p>Check out the <a href="/training/building-wearables">Building Apps for Wearables</a>
<p>When you're done here, check out the <a href="{@docRoot}training/building-wearables">Building Apps for Wearables</a>
training classes for information on how to build for Wear.</p>

    </div>
</div> <!-- end jd-content -->
</div><!-- end doc-content -->
+2 −0
Original line number Diff line number Diff line
page.title=Material Design
page.type=design
page.image=images/material.png
page.metaDescription=Learn how to apply material design to your apps.

@jd:body

Loading