From ec80d7f311b1a0899bb4caf5b380b07027e902d1 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 24 Sep 2010 16:17:27 -0700 Subject: docs: consistency fixit for the quickview boxes in the dev guide Change-Id: Ibd81091fc6002a77ce43f553b63facec53f16a38 --- docs/html/guide/topics/fundamentals.jd | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/html/guide/topics/fundamentals.jd') 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
-

Key classes

-
    -
  1. {@link android.app.Activity}
  2. -
  3. {@link android.app.Service}
  4. -
  5. {@link android.content.BroadcastReceiver}
  6. -
  7. {@link android.content.ContentProvider}
  8. -
  9. {@link android.content.Intent}
  10. -

In this document

    @@ -43,6 +35,16 @@ page.title=Application Fundamentals
  1. Processes and lifecycles
+ +

Key classes

+
    +
  1. {@link android.app.Activity}
  2. +
  3. {@link android.app.Service}
  4. +
  5. {@link android.content.BroadcastReceiver}
  6. +
  7. {@link android.content.ContentProvider}
  8. +
  9. {@link android.content.Intent}
  10. +
+
-- cgit v1.1