diff options
Diffstat (limited to 'docs/html/google')
| -rw-r--r-- | docs/html/google/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/google/play-services/index.jd | 14 | ||||
| -rw-r--r-- | docs/html/google/play-services/location.jd | 6 | ||||
| -rw-r--r-- | docs/html/google/play/dist.jd | 14 |
4 files changed, 18 insertions, 18 deletions
diff --git a/docs/html/google/index.jd b/docs/html/google/index.jd index 4778a85..cc209cd 100644 --- a/docs/html/google/index.jd +++ b/docs/html/google/index.jd @@ -16,7 +16,7 @@ div.cell-icon img { } </style> -<div class="landing-banner"> +<div class="landing-banner cols"> <div class="col-6" style="min-height:0"> <img src="{@docRoot}images/google/google-services.png" alt="" width="340" height="193" /> diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd index 5ccdcb9..11060e8 100644 --- a/docs/html/google/play-services/index.jd +++ b/docs/html/google/play-services/index.jd @@ -24,8 +24,8 @@ page.metaDescription=With Google Play services, your app can take advantage of t </div> </div> - <div class="layout-content-row"> - <div class="layout-content-col span-4"> + <div class="cols"> + <div class="col-4"> <h4>Google Technology</h4> <p>Google Play services provides you with easy access to Google services and is @@ -34,7 +34,7 @@ provided for each service that let you implement the functionality you want easier and faster.</p> </div> - <div class="layout-content-col span-4"> + <div class="col-4"> <h4>Standard Authorization</h4> <p>All products in Google Play services share a common authorization API @@ -43,7 +43,7 @@ easier and faster.</p> to Google services.</p> </div> - <div class="layout-content-col span-4"> + <div class="col-4"> <h4>Automatic Updates</h4> <p>Devices running Android 2.3 or higher that have the Google Play Store @@ -666,8 +666,8 @@ announcement <a href="http://android-developers.blogspot.com/2014/03/google-play <div class="vspace size-2"> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <h4 id="apk">The Google Play services APK</h4> <p> The Google Play services APK contains the individual Google services and runs @@ -687,7 +687,7 @@ announcement <a href="http://android-developers.blogspot.com/2014/03/google-play </p> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <img src="/images/play-services-diagram.png" /> <p class="img-caption"><em>The Google Play services APK on user devices receives regular updates for new APIs, features, and bug fixes.</em></p> diff --git a/docs/html/google/play-services/location.jd b/docs/html/google/play-services/location.jd index b28302c..98b0544 100644 --- a/docs/html/google/play-services/location.jd +++ b/docs/html/google/play-services/location.jd @@ -30,8 +30,8 @@ developer guide. </div> <div class="landing-docs"> <h3 style="clear:left">Key Developer Features</h3> - <div class="layout-content-row normal-links"> - <div class="layout-content-col span-6"> + <div class="cols normal-links"> + <div class="col-6"> @@ -74,7 +74,7 @@ developer guide. </ul> </div> -<div class="layout-content-col span-6"> +<div class="col-6"> <h4 style="font-weight:bold">Places API</h4> diff --git a/docs/html/google/play/dist.jd b/docs/html/google/play/dist.jd index f1ad834..02bb42b 100644 --- a/docs/html/google/play/dist.jd +++ b/docs/html/google/play/dist.jd @@ -9,8 +9,8 @@ page.title=Google Play Distribution <div class="vspace size-1"> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <h4> Device Filtering </h4> @@ -20,7 +20,7 @@ page.title=Google Play Distribution </p><p><a href="{@docRoot}google/play/filters.html">Learn more »</a></p> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <h4> Multiple APK Support </h4> @@ -30,8 +30,8 @@ page.title=Google Play Distribution </p><p><a href="{@docRoot}google/play/publishing/multiple-apks.html">Learn more »</a></p> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <h4> APK Expansion files </h4> @@ -42,14 +42,14 @@ page.title=Google Play Distribution </p><a href="{@docRoot}google/play/expansion-files.html">Learn more »</a> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <h4> Application Licensing </h4> <p>Protect your revenue streams and integrate policies for usage into your app. </p><a href="{@docRoot}google/play/licensing/index.html">Learn more »</a> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <h4> Google Play Developer API </h4> |
