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

Commit cc55138e authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am b8cabe9a: fix the index page

* commit 'b8cabe9a':
  fix the index page
parents 65cb7696 b8cabe9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ page.title=Android Auto
page.viewport_width=970
fullpage=true
no_footer_links=true
page.type=about

@jd:body

+34 −17
Original line number Diff line number Diff line
@@ -7,17 +7,28 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3

@jd:body

<div class="wrap">
    <div  style="margin-top:40px" class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortorder=""
data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
</div>
<div style="height:30px"></div>
<!-- Top full-bleed carousel -->
<div class="home-new-carousel-1">
  <div class="fullscreen-carousel-content">
    <div class="vcenter">
      <div class="wrap clearfix">
        <div class="resource-widget resource-flow-layout wrap col-16"
          data-query="collection:launch/static"
          data-resourceStyle="card"
          data-sortOrder="-timestamp"
          data-numStacks="3"
          data-maxResults="4"
          data-cardSizes="18x6,6x2,6x2,6x2">
        </div> <!-- end .resource-widget -->
      </div> <!-- end .wrap -->
    </div> <!-- end .vcenter -->
  </div> <!-- end .fullscreen-carousel-content -->
</div> <!-- end .fullscreen-carousel -->

  <div style="margin-top:600px" class="actions-bar">
<div class="actions-bar">
  <div class="wrap">
    <div class="actions">
        <div><a href="http://developer.android.com/sdk/index.html">Download SDK</a></div>
        <div><a href="http://developer.android.com/about/start.html">Get Started</a></div>
      <div><a href="http://developer.android.com/sdk/index.html">Get the SDK</a></div>
      <div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div>
      <div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div>
      <div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div>
@@ -26,6 +37,7 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
</div><!-- end .actions-bar -->



<div class="landing-rest-of-page">
  <div class="landing-section" style="background-color:#f5f5f5">
    <div class="wrap">
@@ -33,12 +45,18 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
        <div class="landing-h1">Android, Everywhere You Need It</div>
        <div class="landing-subhead">
          Android runs on hundreds of millions of handheld devices around the world, <br /> and it now supports these exciting, new form-factors.

        </div>
      </div>




      <div class="landing-body">
        <div class="landing-breakout cols">

<!--<div class="resource-widget resource-flow-layout col-16" data-query="collection:index/devices" data-sortorder="" data-cardsizes="6x2, 6x2, 6x2" data-maxresults="3"></div>-->

          <div class="col-3-wide">
            <img src="{@docRoot}tv/images/placeholder-square.png" alt="">

@@ -78,6 +96,5 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>

        </div>
      </div>

    </div>  <!-- end .wrap -->
  </div> <!-- end .landing-section -->
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ function mergeArrays() {
}

var ALL_RESOURCES = mergeArrays(
  ABOUT_RESOURCES,
  DESIGN_RESOURCES,
  DISTRIBUTE_RESOURCES,
  GOOGLE_RESOURCES,
+2 −1
Original line number Diff line number Diff line
heropage.title=Android L Developer Preview
page.title=Android L Developer Preview
page.viewport_width=970
fullpage=true
no_footer_links=true
page.type=about

@jd:body

+2 −2
Original line number Diff line number Diff line
page.title=Material Design
page.type=design

@jd:body


<p>The Android L Developer Preview includes support for material design apps. Material design
<p itemprop="description">The Android L Developer Preview includes support for material design apps. Material design
is a comprehensive guide for visual, motion, and interaction design across platforms and devices.
To use material design in your Android apps, follow the guidelines defined in the
<a href="">material design specification</a> and use the new components and functionality
Loading