summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2015-05-21 14:20:25 -0700
committerDirk Dougherty <ddougherty@google.com>2015-05-21 14:33:21 -0700
commit85dea528866217d4b3d40a1162c00c4e836504aa (patch)
treea2c59cd1162da852059f3d7f7ab79bc24ecd10d8 /docs/html/guide
parent5c7dcb3054bef13896631de04aa45fc77782a1c2 (diff)
downloadframeworks_base-85dea528866217d4b3d40a1162c00c4e836504aa.zip
frameworks_base-85dea528866217d4b3d40a1162c00c4e836504aa.tar.gz
frameworks_base-85dea528866217d4b3d40a1162c00c4e836504aa.tar.bz2
Doc change: updated images, landings, and ndk updates.
Change-Id: If128f8394438471365db6f7c0a42e6b38d25d250
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/index.jd11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/html/guide/index.jd b/docs/html/guide/index.jd
index b27acbf..1c124aa 100644
--- a/docs/html/guide/index.jd
+++ b/docs/html/guide/index.jd
@@ -18,9 +18,9 @@ navigation provide details about how to build apps using Android's various APIs.
the following fundamental concepts about the Android app framework:</p>
-<div class="landing-banner">
-
-<div class="col-6">
+<div class="wrap">
+ <div class="cols">
+ <div class="col-1of2">
<h4>Apps provide multiple entry points</h4>
@@ -45,7 +45,7 @@ for an action that other apps may invoke.</p>
</div>
-<div class="col-6">
+<div class="col-1of2">
<h4>Apps adapt to different devices</h4>
@@ -69,7 +69,8 @@ that feature.</p>
</div>
-</div><!-- end landing-banner -->
+</div>
+</div>