fix the index page
Change-Id: I84461a7ace1c6bde8e99534096cc9e485cecb4c4
This commit is contained in:
@@ -2,6 +2,7 @@ page.title=Android Auto
|
|||||||
page.viewport_width=970
|
page.viewport_width=970
|
||||||
fullpage=true
|
fullpage=true
|
||||||
no_footer_links=true
|
no_footer_links=true
|
||||||
|
page.type=about
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -7,23 +7,35 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
|
|||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div class="wrap">
|
<!-- Top full-bleed carousel -->
|
||||||
<div style="margin-top:40px" class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortorder=""
|
<div class="home-new-carousel-1">
|
||||||
data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
|
<div class="fullscreen-carousel-content">
|
||||||
</div>
|
<div class="vcenter">
|
||||||
<div style="height:30px"></div>
|
<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 class="actions-bar">
|
||||||
|
<div class="wrap">
|
||||||
|
<div class="actions">
|
||||||
|
<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>
|
||||||
|
</div><!-- end .actions -->
|
||||||
|
</div><!-- end .wrap -->
|
||||||
|
</div><!-- end .actions-bar -->
|
||||||
|
|
||||||
<div style="margin-top:600px" 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/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>
|
|
||||||
</div><!-- end .actions -->
|
|
||||||
</div><!-- end .wrap -->
|
|
||||||
</div><!-- end .actions-bar -->
|
|
||||||
|
|
||||||
|
|
||||||
<div class="landing-rest-of-page">
|
<div class="landing-rest-of-page">
|
||||||
@@ -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-h1">Android, Everywhere You Need It</div>
|
||||||
<div class="landing-subhead">
|
<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.
|
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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="landing-body">
|
<div class="landing-body">
|
||||||
<div class="landing-breakout cols">
|
<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">
|
<div class="col-3-wide">
|
||||||
<img src="{@docRoot}tv/images/placeholder-square.png" alt="">
|
<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>
|
</div>
|
||||||
|
|
||||||
</div> <!-- end .wrap -->
|
</div> <!-- end .wrap -->
|
||||||
</div> <!-- end .landing-section -->
|
</div> <!-- end .landing-section -->
|
||||||
@@ -7,6 +7,7 @@ function mergeArrays() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ALL_RESOURCES = mergeArrays(
|
var ALL_RESOURCES = mergeArrays(
|
||||||
|
ABOUT_RESOURCES,
|
||||||
DESIGN_RESOURCES,
|
DESIGN_RESOURCES,
|
||||||
DISTRIBUTE_RESOURCES,
|
DISTRIBUTE_RESOURCES,
|
||||||
GOOGLE_RESOURCES,
|
GOOGLE_RESOURCES,
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
heropage.title=Android L Developer Preview
|
page.title=Android L Developer Preview
|
||||||
page.viewport_width=970
|
page.viewport_width=970
|
||||||
fullpage=true
|
fullpage=true
|
||||||
no_footer_links=true
|
no_footer_links=true
|
||||||
|
page.type=about
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
page.title=Material Design
|
page.title=Material Design
|
||||||
|
page.type=design
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
<p itemprop="description">The Android L Developer Preview includes support for material design apps. Material design
|
||||||
<p>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.
|
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
|
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
|
<a href="">material design specification</a> and use the new components and functionality
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
page.title=Setting Up Hardware and AVDs
|
page.title=Setting Up Hardware and AVDs
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>The Android 5.0 developer preview provides you with 32-bit system images
|
<p>The Android L developer preview provides you with 32-bit system images
|
||||||
to flash the following devices:
|
to flash the following devices:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -15,8 +14,9 @@ to flash the following devices:
|
|||||||
experimental 64-bit system images along with standard 32-bit system images.
|
experimental 64-bit system images along with standard 32-bit system images.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Flashing Devices</h2>
|
<h2>Installing the L Preview System Image</h2>
|
||||||
|
|
||||||
|
<!-- Will we get an official warning text from the lawyercats? Is this it? -->
|
||||||
<p class="warning"><b>Warning</b>: This is a preview version of the Android
|
<p class="warning"><b>Warning</b>: This is a preview version of the Android
|
||||||
system image, and is subject to change. Your use of this system image is
|
system image, and is subject to change. Your use of this system image is
|
||||||
governed by the Android SDK Preview License Agreement. The Android preview
|
governed by the Android SDK Preview License Agreement. The Android preview
|
||||||
@@ -26,56 +26,71 @@ Android system image is not subject to the same testing as the factory OS and
|
|||||||
can cause your phone and installed services and applications to stop working.
|
can cause your phone and installed services and applications to stop working.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p><!-- Will this link change before we publish (to a clean version of the doc)?
|
||||||
Click through Terms of Service:
|
Or will we scrub the doc's comments & revision history? -->
|
||||||
https://docs.google.com/a/google.com/document/d/1OixnM1Q890ExOzDB3Z-FDD6Sb2kF4uZQiMxsYVII8F0/edit?usp=sharing
|
<a href="https://docs.google.com/a/google.com/document/d/1OixnM1Q890ExOzDB3Z-FDD6Sb2kF4uZQiMxsYVII8F0/edit?usp=sharing">L
|
||||||
|
Preview Terms of Service</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>To the Developer Preview</h3>
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Download and extract the Android Developer Preview package to a directory
|
<li>Download and extract the Android Developer Preview package to a directory
|
||||||
referred to as <code><extracted_images></code>.</li>
|
(which we'll call <code><l_download_dir></code> in these
|
||||||
<li>Connect your powered-off Android device to your development machine and
|
instructions).</li>
|
||||||
press and hold the following buttons until your device is in fastboot mode:
|
<li>Connect your powered-off Android device to your development machine. Put
|
||||||
|
the device in fastboot mode by pressing and holding the following buttons:
|
||||||
<ul>
|
<ul>
|
||||||
<li>For Nexus 5: vol down + vol up + power</li>
|
<li><strong>Nexus 5:</strong> <i>volume down</i> + <i>volume up</i> +
|
||||||
<li>For Nexus 7: vol down + power </li>
|
<i>power</i></li>
|
||||||
|
<li><strong>Nexus 7:</strong> <i>volume down</i> + <i>power</i> </li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="note">Alternatively, run <code>adb reboot bootloader</code>
|
<p class="note">Alternatively, you can enter fastboot mode by booting up
|
||||||
with USB debugging turned on to enter fastboot mode.
|
the device and running <code>adb reboot bootloader</code> with USB debugging
|
||||||
The device must be booted up if you’re using this method.</p>
|
turned on.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>Follow the instructions at
|
<li>Follow the instructions at
|
||||||
<a href="https://developers.google.com/android/nexus/images">developers.google.com/android</a>
|
<a href="https://developers.google.com/android/nexus/images#instructions">developers.google.com/android</a>
|
||||||
to set up your system for flashing devices.</li>
|
to set up your system for flashing devices.</li>
|
||||||
<li>Run the <code><extracted-images>/flash-all</code> script
|
<li>Run the <code><l_download_dir>/flash-all</code> script
|
||||||
corresponding to your platform. This script flashes all of the system data
|
corresponding to your platform. This script flashes all of the system data
|
||||||
onto the phone.</li>
|
onto the phone.</li> <!-- Confirm names of flash scripts -->
|
||||||
<li>(Optional) After flashing is complete, run <code>fastboot oem lock</code>
|
<li>(Optional) After flashing is complete, lock your device's bootloader by
|
||||||
with the device in fastboot mode to lock it again. This does not wipe your
|
putting it in fastboot mode and running <code>fastboot oem lock</code>.
|
||||||
device, but if you want to flash again, you need to run <code>fastboot oem
|
(This does not wipe your device.) Once you do this, you will not be able to
|
||||||
unlock</code>, which wipes your device. We recommend you leave the
|
flash your device until you run run <code>fastboot oem unlock</code>,
|
||||||
|
which unlocks the bootloader and wipes your device. We recommend you leave the
|
||||||
bootloader unlocked until you are done with flashing the device.</li>
|
bootloader unlocked until you are done with flashing the device.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3>To factory specifications</h3>
|
<h3>Reverting a Device to Factory Specifications</h3>
|
||||||
|
|
||||||
<p>Go to <a href="http://developers.google.com/android/nexus/images">developers.google.com/android</a>
|
<p>If you want to uninstall the L Preview and revert the device to factory
|
||||||
and download the image you want to flash to for your device.
|
specifications, go to <a href="http://developers.google.com/android
|
||||||
Follow the instructions there to flash the image to your device.</p>
|
/nexus/images">developers.google.com/android</a> and download the image you want
|
||||||
|
to flash to for your device. Follow the instructions on that page to flash the
|
||||||
|
image to your device.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Setting up an AVD</h2>
|
<h2>Setting up an AVD</h2>
|
||||||
You can set up Android Virtual Devices (AVD) and use the emulator to
|
|
||||||
build and test apps with:
|
<p>You can set up <a href="{@docRoot}tools/devices/">Android Virtual Devices
|
||||||
|
(AVD)</a> and use the emulator to build and test apps with the L Preview.</p>
|
||||||
|
|
||||||
|
<p>To create an AVD with the AVD Manager:</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li></li>
|
<li>Install the L Preview SDK in your development environment, as described
|
||||||
<li></li>
|
in <a href="{@docRoot}preview/setup-sdk.html">Setting Up the Preview
|
||||||
<li></li>
|
SDK.</a></li>
|
||||||
<li></li>
|
<li>Follow the steps in
|
||||||
<li></li>
|
<a href="{@docRoot}tools/devices/managing-avds.html">Managing AVDs with AVD
|
||||||
<li></li>
|
Manager</a>. Use the following settings:
|
||||||
<li></li>
|
<ul>
|
||||||
<li></li>
|
<li><b>Device:</b> Either Nexus 5 or Nexus 7</li>
|
||||||
|
<li><b>Target:</b> <!-- Confirm exact text when we have final distro -->
|
||||||
|
Android L (Preview) - API Level L</li>
|
||||||
|
</ul>
|
||||||
|
<!-- Confirm this works when you can download image through SDK manager! -->
|
||||||
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
|||||||
@@ -1,32 +1,36 @@
|
|||||||
page.title=Setting Up the Preview SDK
|
page.title=Setting Up the Preview SDK
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>The Preview SDK is available from the Android SDK Manager. This document assumes that you
|
<p>The Preview SDK is available from the Android SDK Manager. <!-- Not yet! -->
|
||||||
are familiar with Android Development, such as using the Android SDK Manager and creating
|
This document assumes that you are familiar with Android app development, such
|
||||||
projects. If you're new to Android, see
|
as using the Android SDK Manager and creating projects. If you're new to
|
||||||
<a href="{@docRoot}training/basics/firstapp/index.html">Building Your First App</a> training lesson first.</a></p>
|
Android, see <a href="/training/basics/firstapp/index.html">Building Your First
|
||||||
|
App</a> training lesson first.</a></p>
|
||||||
|
|
||||||
<h2>Download the SDK</h2>
|
<h2>Download the SDK</h2>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Start the Android SDK Manager.</li>
|
<li>Start the Android SDK Manager.</li>
|
||||||
<li>In the <b>Tools</b> section, select the latest Android <b>SDK Tools</b>, <b>Platform-tools</b>, and <b>Build-tools</b>.</li>
|
<li>In the <b>Tools</b> section, select the latest Android <b>SDK Tools</b>,
|
||||||
<li>Select everything under the <b>Android L Developer Preview</b> section and click <b>Install packages...</b></li>
|
<b>Platform-tools</b>, and <b>Build-tools</b>.</li>
|
||||||
<li>Accept the Licensing Agreement for all of the packages and click <b>Install</b>.</li>
|
<!-- Android L not yet showing up in Android SDK Manager... -->
|
||||||
|
<li>Select everything under the <b>Android L Developer Preview</b> section and
|
||||||
|
click <b>Install packages...</b></li>
|
||||||
|
<li>Accept the Licensing Agreement for all of the packages and click
|
||||||
|
<b>Install</b>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h2>Set up your environment</h2>
|
<h2>Set up your environment</h2>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Create a new Android project with the following properties:
|
<li>Create a new Android project with the following properties:
|
||||||
<dl>
|
<ul>
|
||||||
<li>Minimum SDK Version: L</li>
|
<li>Minimum SDK Version: L</li>
|
||||||
<li>Target SDK Version: L</li>
|
<li>Target SDK Version: L</li>
|
||||||
<li>Build Target: L</li>
|
<li>Build Target: L</li>
|
||||||
</dl>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Set the theme for your app to use <code>Theme.Material</code>
|
<li>Choose the theme <code>Theme.Material</code>
|
||||||
<li>etc</li>
|
<!-- put in name as it appears in Eclipse menu? -->
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ heropage.title=Android TV
|
|||||||
page.viewport_width=970
|
page.viewport_width=970
|
||||||
fullpage=true
|
fullpage=true
|
||||||
no_footer_links=true
|
no_footer_links=true
|
||||||
|
page.type=about
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
@@ -34,8 +35,6 @@ no_footer_links=true
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="landing-body-content">
|
<div class="landing-body-content">
|
||||||
<div class="landing-hero-container">
|
<div class="landing-hero-container">
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ page.title=Android Wear
|
|||||||
page.viewport_width=970
|
page.viewport_width=970
|
||||||
fullpage=true
|
fullpage=true
|
||||||
no_footer_links=true
|
no_footer_links=true
|
||||||
|
page.type=about
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
@@ -41,10 +42,11 @@ no_footer_links=true
|
|||||||
<div class="landing-subhead hero">Information that moves with you</div>
|
<div class="landing-subhead hero">Information that moves with you</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="landing-hero-description">
|
<div class="landing-hero-description">
|
||||||
<p>
|
|
||||||
Useful information when you need it most.<br />
|
<p>Small, powerful devices, worn on the body.
|
||||||
Intelligent answers to spoken questions.<br />
|
Useful information when you need it most.
|
||||||
Tools to help reach fitness goals.<br />
|
Intelligent answers to spoken questions.
|
||||||
|
Tools to help reach fitness goals.
|
||||||
Your key to a multiscreen world.</p>
|
Your key to a multiscreen world.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -52,29 +54,6 @@ no_footer_links=true
|
|||||||
<a href="/training/wearables/index.html" class="landing-button landing-primary" style="margin-top: 40px;">
|
<a href="/training/wearables/index.html" class="landing-button landing-primary" style="margin-top: 40px;">
|
||||||
Get Started
|
Get Started
|
||||||
</a>
|
</a>
|
||||||
<script>
|
|
||||||
$("#watchVideo").on("click", function(e) {
|
|
||||||
$("#video-container").fadeIn(400, function(){$("#video-frame").show()});
|
|
||||||
|
|
||||||
var params = { allowScriptAccess: "always"};
|
|
||||||
var atts = { id: "ytapiplayer" };
|
|
||||||
swfobject.embedSWF("//www.youtube.com/v/0xQ3y902DEQ?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1;autoplay=1",
|
|
||||||
"ytapiplayer", "940", "526.4", "8", null, null, params, atts);
|
|
||||||
|
|
||||||
e.preventDefault();
|
|
||||||
});
|
|
||||||
$("#icon-video-close").on("click", function() {
|
|
||||||
ytplayer = document.getElementById("ytapiplayer");
|
|
||||||
try {
|
|
||||||
ytplayer.stopVideo();
|
|
||||||
$(ytplayer).hide();
|
|
||||||
$("#video-container").fadeOut(400);
|
|
||||||
} catch(e) {
|
|
||||||
console.log('Video not available');
|
|
||||||
$("#video-container").fadeOut(400);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -97,6 +76,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
<div class="landing-subhead">
|
<div class="landing-subhead">
|
||||||
Android Wear extends the Android platform to a new generation of devices, <br>
|
Android Wear extends the Android platform to a new generation of devices, <br>
|
||||||
with a user experience that's designed specifically for wearables.
|
with a user experience that's designed specifically for wearables.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,6 +98,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
Get glanceable, actionable information at just the right time with notifications
|
Get glanceable, actionable information at just the right time with notifications
|
||||||
that are synced from your handheld device.
|
that are synced from your handheld device.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3-wide">
|
<div class="col-3-wide">
|
||||||
@@ -125,6 +106,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
Design apps that can access a wide range of sensors and other hardware
|
Design apps that can access a wide range of sensors and other hardware
|
||||||
directly on the wearable.
|
directly on the wearable.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -170,6 +152,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
</p>
|
</p>
|
||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
<a href="/training/wearables/apps/index.html/">Create wearable apps</a>
|
<a href="/training/wearables/apps/index.html/">Create wearable apps</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
@@ -181,6 +164,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
</p>
|
</p>
|
||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
<a href="/training/wearables/apps/index.html/">Work with the Data Layer</a>
|
<a href="/training/wearables/apps/index.html/">Work with the Data Layer</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
@@ -198,7 +182,11 @@ $("#icon-video-close").on("click", function() {
|
|||||||
</div>
|
</div>
|
||||||
</div> <!-- end .wrap -->
|
</div> <!-- end .wrap -->
|
||||||
</div> <!-- end .landing-section -->
|
</div> <!-- end .landing-section -->
|
||||||
|
<<<<<<< HEAD
|
||||||
<!--
|
<!--
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> add page.types to various pages for dynamic content
|
||||||
<div class="landing-section landing-white-background">
|
<div class="landing-section landing-white-background">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="landing-section-header">
|
<div class="landing-section-header">
|
||||||
@@ -246,12 +234,14 @@ $("#icon-video-close").on("click", function() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end .wrap
|
</div> <!-- end .wrap
|
||||||
|
|
||||||
</div> <!-- end .landing-section -->
|
</div> <!-- end .landing-section -->
|
||||||
|
|
||||||
<div class="landing-section landing-red-background">
|
<div class="landing-section landing-red-background">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="landing-section-header">
|
<div class="landing-section-header">
|
||||||
<div class="landing-h1 landing-align-left">Get Started with Android Wear</div>
|
<div class="landing-h1 landing-align-left">Get Started with Android Wear</div>
|
||||||
|
|
||||||
<div class="landing-subhead landing-subhead-red">
|
<div class="landing-subhead landing-subhead-red">
|
||||||
<p>
|
<p>
|
||||||
Set up your development environment and start working with the APIs.
|
Set up your development environment and start working with the APIs.
|
||||||
@@ -296,6 +286,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
Read more about Android Wear development
|
Read more about Android Wear development
|
||||||
on our blog. Just search for "Android Wear".
|
on our blog. Just search for "Android Wear".
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
@@ -312,6 +303,7 @@ $("#icon-video-close").on("click", function() {
|
|||||||
<p>G+ Community</p>
|
<p>G+ Community</p>
|
||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion!
|
Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion!
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="landing-small">
|
<p class="landing-small">
|
||||||
<a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a>
|
<a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a>
|
||||||
@@ -340,6 +332,5 @@ $("#icon-video-close").on("click", function() {
|
|||||||
License</a>.
|
License</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- end landing-body-content -->
|
</div> <!-- end landing-body-content -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user