summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/fundamentals.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-10-04 14:32:26 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 14:32:26 -0700
commitae1864c0e79baae75ad25f20828349be8635d471 (patch)
tree4e6cc68aa8ed7cf38e89320601accc6253dd45e8 /docs/html/guide/topics/fundamentals.jd
parenteb15ac40ab2da2f599f2380bc7a8b00e7132a64c (diff)
parentec80d7f311b1a0899bb4caf5b380b07027e902d1 (diff)
downloadframeworks_base-ae1864c0e79baae75ad25f20828349be8635d471.zip
frameworks_base-ae1864c0e79baae75ad25f20828349be8635d471.tar.gz
frameworks_base-ae1864c0e79baae75ad25f20828349be8635d471.tar.bz2
am ec80d7f3: docs: consistency fixit for the quickview boxes in the dev guide
Merge commit 'ec80d7f311b1a0899bb4caf5b380b07027e902d1' into gingerbread * commit 'ec80d7f311b1a0899bb4caf5b380b07027e902d1': docs: consistency fixit for the quickview boxes in the dev guide
Diffstat (limited to 'docs/html/guide/topics/fundamentals.jd')
-rw-r--r--docs/html/guide/topics/fundamentals.jd18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/html/guide/topics/fundamentals.jd b/docs/html/guide/topics/fundamentals.jd
index 6d6abd8..a095087 100644
--- a/docs/html/guide/topics/fundamentals.jd
+++ b/docs/html/guide/topics/fundamentals.jd
@@ -3,14 +3,6 @@ page.title=Application Fundamentals
<div id="qv-wrapper">
<div id="qv">
-<h2>Key classes</h2>
-<ol>
-<li>{@link android.app.Activity}</li>
-<li>{@link android.app.Service}</li>
-<li>{@link android.content.BroadcastReceiver}</li>
-<li>{@link android.content.ContentProvider}</li>
-<li>{@link android.content.Intent}</li>
-</ol>
<h2>In this document</h2>
<ol>
@@ -43,6 +35,16 @@ page.title=Application Fundamentals
<li><a href="#proclife">Processes and lifecycles</a></li>
</ol></li>
</ol>
+
+<h2>Key classes</h2>
+<ol>
+<li>{@link android.app.Activity}</li>
+<li>{@link android.app.Service}</li>
+<li>{@link android.content.BroadcastReceiver}</li>
+<li>{@link android.content.ContentProvider}</li>
+<li>{@link android.content.Intent}</li>
+</ol>
+
</div>
</div>